diff options
author | Florin Coras <florin.coras@gmail.com> | 2019-01-02 17:43:01 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-01-02 18:50:37 +0000 |
commit | 4a7cbcd06b3fa1f44366a606d5c148cce816503b (patch) | |
tree | 69875f8c2342ddf376770e0d55876fdc53fc4aa2 /src/vnet/buffer.h | |
parent | d9818dd68c162079f3ddb5443a78d0d91d55d0fe (diff) |
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 <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |