https://github.com/cilium/cilium
Raw File
Tip revision: c0dfeb0f8460f44c3983d5bfa15b6afcdc5baf51 authored by Julian Wiedmann on 06 December 2023, 09:06:53 UTC
gh: e2e: test conformance & upgrade with 5.4 kernel and EgressGW
Tip revision: c0dfeb0
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_IPV4 2
#define SECLABEL_IPV6 2
#define SECLABEL_NB 0xfffff
#define CALLS_MAP test_cilium_calls_65535
back to top