aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
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 */