From 2fcd265d383a17e74b7d51f26e81bd27f830bf6b Mon Sep 17 00:00:00 2001 From: Ole Trøan Date: Wed, 26 Feb 2020 17:20:42 +0000 Subject: ipsec: Revert API cleanup This reverts commit 666ece35cd2625bbd8b6ddadb6e87444a617df4d. Reason for revert: Awaiting CSIT CRC job to catch up Type: fix Change-Id: Ib38bbd5879ff761496a6819186f1af1dbee48590 Signed-off-by: Ole Troan --- src/vnet/ipsec/ipsec_types.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/ipsec/ipsec_types.api') diff --git a/src/vnet/ipsec/ipsec_types.api b/src/vnet/ipsec/ipsec_types.api index d94387c6a59..3015613b3c9 100644 --- a/src/vnet/ipsec/ipsec_types.api +++ b/src/vnet/ipsec/ipsec_types.api @@ -75,8 +75,8 @@ enum ipsec_sad_flags enum ipsec_proto { - IPSEC_API_PROTO_ESP = 50, - IPSEC_API_PROTO_AH = 51, + IPSEC_API_PROTO_ESP, + IPSEC_API_PROTO_AH, }; typedef key -- cgit 1.2.3-korg