aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2018-11-08 13:25:49 +0100
committerDave Barach <openvpp@barachs.net>2019-01-02 12:21:02 +0000
commitbe16020c5034bc69df25a8ecd7081aec9898d93c (patch)
tree61a4d2183138d64b476fa35389d5598ee68e09eb /src/vnet/buffer.h
parenta7a1a22673e029d59f52422263076aaaab81a046 (diff)
add ipsecmb plugin
Change-Id: I99c0737dfeeec2db267773625ddc9b55324fd237 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index 89dd84567bc..d1edbe54805 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -274,6 +274,10 @@ 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 */