https://github.com/cilium/cilium
Raw File
Tip revision: 9ab7bfc943c3290805d7033ef030a43bfd279d48 authored by Joe Stringer on 12 October 2020, 23:22:19 UTC
Prepare for release v1.9.0-rc1
Tip revision: 9ab7bfc
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