diff options
author | Vijayabhaskar Katamreddy <vkatamre@cisco.com> | 2018-01-25 15:12:11 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-01-29 15:50:36 +0000 |
commit | c592ca527acee041ef330bb27de35764d746202c (patch) | |
tree | 837f31279e01636c1e9b02f68e33dc41d7c20786 /src/vnet/buffer.h | |
parent | 30349b075cf939549980f2a32e030b32f6d07e9a (diff) |
DRAFT ip4/6_frag to support DPO Style based Next Node
Change-Id: I1df3d23c1c5668b83d52b41f51c0e3f24183af9e
Signed-off-by: Vijayabhaskar Katamreddy <vkatamre@cisco.com>
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 097f68f6c06..dfab874070d 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -289,6 +289,7 @@ typedef struct /* IP Fragmentation */ struct { + u32 pad[2]; /* do not overlay w/ ip.adj_index[0,1] */ u16 header_offset; u16 mtu; u8 next_index; |