https://github.com/cilium/cilium
Raw File
Tip revision: 319d2aceed3671ab95b43a4210f8ee777965d4f4 authored by André Martins on 02 July 2021, 01:00:06 UTC
Prepare for release v1.10.2
Tip revision: 319d2ac
netdev_config.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2016-2020 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