Commit 6ac44b5a authored by Brenden Blanco's avatar Brenden Blanco Committed by GitHub

Merge pull request #754 from iovisor/dkalani_dev

Add vxlan gbp header
parents c8b9ae3a b542595f
......@@ -127,4 +127,19 @@ struct vxlan_t {
unsigned int key:24;
unsigned int rsv4:8;
} 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