https://github.com/cilium/cilium
Raw File
Tip revision: dc3bd17ef91331e4313bd5360eec5283801615c2 authored by Ian Vernon on 11 September 2018, 23:03:23 UTC
test: add CI test for endpoint with already-allocated identity
Tip revision: dc3bd17
netdev_config.h
/*
 *  Copyright (C) 2016-2017 Authors of Cilium
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
/*
 * 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 ENABLE_IPV4
#define HANDLE_NS
#define FROM_HOST
#define ENCAP_IFINDEX 1
#define POLICY_MAP cilium_policy_foo
back to top