Linux 4.1.16
[linux/fpc-iii.git] / net / openvswitch / vport-vxlan.h
blob4b08233e73d5c817b2ac8fabb7aa5024fbd3ec2d
1 #ifndef VPORT_VXLAN_H
2 #define VPORT_VXLAN_H 1
4 #include <linux/kernel.h>
5 #include <linux/types.h>
7 struct ovs_vxlan_opts {
8 __u32 gbp;
9 };
11 #endif