https://github.com/cilium/cilium
Raw File
Tip revision: f909e32daadfc457aae1ec04ad35b8e37640d66e authored by André Martins on 19 October 2020, 12:38:28 UTC
Prepare v1.9.0-rc2 release
Tip revision: f909e32
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 ENCAP_IFINDEX 1
#define SECLABEL 2
#define SECLABEL_NB 0xfffff
back to top