https://github.com/cilium/cilium
Raw File
Tip revision: 125aad9b50a37baa9d928ce2d6977543d79fcb2e authored by Weilong Cui on 29 October 2020, 23:36:04 UTC
Adds a new option to skip socket lb when in pod ns
Tip revision: 125aad9
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