https://github.com/cilium/cilium
Raw File
Tip revision: aa42034f09a5ac1218a8c6dfe0ee0b9bcf6d4801 authored by Chris Tarazi on 23 July 2020, 22:02:39 UTC
Prepare for release v1.8.2
Tip revision: aa42034
netdev_config.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2016-2020 Authors of Cilium */

/*
 * This is just a dummy header with dummy values to allow for test
 * compilation without the full code generation engine backend.
 */
#define DROP_NOTIFY
#ifndef SKIP_DEBUG
#define DEBUG
#endif
#define ENCAP_IFINDEX 1
#define SECLABEL 2
#define SECLABEL_NB 0xfffff
back to top