From 4a7cbcd06b3fa1f44366a606d5c148cce816503b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 2 Jan 2019 17:43:01 +0000 Subject: Revert "add ipsecmb plugin" This reverts commit be16020c5034bc69df25a8ecd7081aec9898d93c. The arm verify job actually failed but the result was overwritten by an x86 ubuntu retry. Change-Id: Idcae7691fc575053563b8ff8bcad661c15891668 Signed-off-by: Florin Coras --- src/vnet/buffer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vnet/buffer.h') diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index d1edbe54805..89dd84567bc 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -274,10 +274,6 @@ typedef struct { u32 flags; u32 sad_index; - u32 ip_version_traffic_class_and_flow_label; - u8 tos; - u8 ttl_or_hop_limit; - u32 seq; } ipsec; /* MAP */ -- cgit 1.2.3-korg