https://github.com/cilium/cilium
Raw File
Tip revision: c8e86df9d69a0cb3f15b187189b6d7dc01c61fee authored by Louis DeLosSantos on 16 August 2024, 18:45:34 UTC
ipsec: remove dead code
Tip revision: c8e86df
ipsec_from_network_native_endpoint.c
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/* Copyright Authors of Cilium */

#define ENABLE_ENDPOINT_ROUTES 1

#define EXPECTED_STATUS_CODE_FOR_DECRYPTED TC_ACT_OK

#include "ipsec_from_network_generic.h"
back to top