Commit b542595f authored by Deepa Kalani's avatar Deepa Kalani

Add vxlan gbp header

Signed-off-by: default avatarDeepa Kalani <dkalani@plumgrid.com>
parent accd4cf5
...@@ -127,4 +127,19 @@ struct vxlan_t { ...@@ -127,4 +127,19 @@ struct vxlan_t {
unsigned int key:24; unsigned int key:24;
unsigned int rsv4:8; unsigned int rsv4:8;
} BPF_PACKET_HEADER; } BPF_PACKET_HEADER;
struct vxlan_gbp_t {
unsigned int gflag:1;
unsigned int rsv1:3;
unsigned int iflag:1;
unsigned int rsv2:3;
unsigned int rsv3:1;
unsigned int dflag:1;
unsigned int rsv4:1;
unsigned int aflag:1;
unsigned int rsv5:3;
unsigned int tag:16;
unsigned int key:24;
unsigned int rsv6:8;
} BPF_PACKET_HEADER;
)********" )********"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment