1
0
Fork 0
alistair23-linux/net/openvswitch/vport-vxlan.h

12 lines
146 B
C

#ifndef VPORT_VXLAN_H
#define VPORT_VXLAN_H 1
#include <linux/kernel.h>
#include <linux/types.h>
struct ovs_vxlan_opts {
__u32 gbp;
};
#endif