https://github.com/cilium/cilium
Raw File
Tip revision: 054dd163fdb792c44b3c493b8d6fd111e5e1a2bc authored by Joe Stringer on 21 May 2020, 01:59:30 UTC
matchpattern: Support matchPattern="*" to match "."
Tip revision: 054dd16
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 HANDLE_NS
#define ENCAP_IFINDEX 1
#define SECLABEL 2
#define SECLABEL_NB 0xfffff
back to top