https://github.com/cilium/cilium
Raw File
Tip revision: 08469dddb4e313e9de78d00d09daafe0d5d30e5c authored by Daniel Borkmann on 13 August 2020, 15:35:17 UTC
cilium, docs: add gsg for bandwidth manager
Tip revision: 08469dd
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