https://github.com/cilium/cilium
Raw File
Tip revision: 2152bcbe0c936302347f7d00143146448b9ebdfb authored by Nate Sweet on 30 June 2023, 19:54:24 UTC
Update k8s_version.txt with 1.27.2
Tip revision: 2152bcb
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