https://github.com/cilium/cilium
Raw File
Tip revision: f917a797bf8e000e051141be1e854d90b692be93 authored by Joe Stringer on 01 March 2023, 03:12:11 UTC
Prepare for release v1.14.0-snapshot.0
Tip revision: f917a79
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