https://github.com/cilium/cilium
Raw File
Tip revision: 6defcaeebff99e608527b8142d6fb66730ea96bc authored by Louis DeLosSantos on 28 January 2023, 01:33:51 UTC
tooling: remove depedency on GOPATH for k8s api generation
Tip revision: 6defcae
netdev_config.h
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/* Copyright 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 SECLABEL 2
#define SECLABEL_NB 0xfffff
#define CALLS_MAP test_cilium_calls_65535
back to top