Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" 78/31178/2
authorMatthew Smith <mgsmith@netgate.com>
Mon, 8 Feb 2021 22:13:59 +0000 (22:13 +0000)
committerMatthew Smith <mgsmith@netgate.com>
Tue, 9 Feb 2021 04:18:37 +0000 (04:18 +0000)
commit751bb131ef504b64fe82f393df21dba95ca92e97
tree46e567343cb71124297aacb1a0b405b95f392bab
parenta8f4ebd08e6d7fddf6fca4f2ef7081321c51a451
Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"

This reverts commit c7eaa711f3e25580687df0618e9ca80d3dc85e5f.

Reason for revert: The jenkins job named 'vpp-merge-master-ubuntu1804-x86_64' had 2 IPv6 AH tests fail after the change was merged. Those 2 tests also failed the next time that job ran after an unrelated change was merged.

Change-Id: I0e2c3ee895114029066c82624e79807af575b6c0
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
21 files changed:
src/plugins/dpdk/ipsec/esp_encrypt.c
src/plugins/ikev2/ikev2.c
src/vnet/ipsec/ah_encrypt.c
src/vnet/ipsec/esp_encrypt.c
src/vnet/ipsec/ipsec.api
src/vnet/ipsec/ipsec_api.c
src/vnet/ipsec/ipsec_cli.c
src/vnet/ipsec/ipsec_format.c
src/vnet/ipsec/ipsec_input.c
src/vnet/ipsec/ipsec_itf.c
src/vnet/ipsec/ipsec_sa.c
src/vnet/ipsec/ipsec_sa.h
src/vnet/ipsec/ipsec_tun.c
src/vnet/ipsec/ipsec_tun.h
src/vnet/ipsec/ipsec_types.api
src/vnet/tunnel/tunnel.c
test/template_ipsec.py
test/test_ipsec_ah.py
test/test_ipsec_esp.py
test/test_ipsec_tun_if_esp.py
test/vpp_ipsec.py