Revision 7d8b3263eb69291bb4f5a149946ef8387dfbe0df authored by Joe Stringer on 04 August 2023, 17:30:54 UTC, committed by Joe Stringer on 10 October 2023, 18:11:14 UTC
This should help in debugging identity issues more clearly in CI.

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent dffe282
Raw File
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