Sign in
gfiber
/
kernel
/
lockdown
/
a37a38b10c719b4181e45d8ab75bc2d3b681a63d
/
.
/
net
/
openvswitch
/
vport-vxlan.h
blob: 4b08233e73d5c817b2ac8fabb7aa5024fbd3ec2d [
file
] [
log
] [
blame
]
#ifndef
VPORT_VXLAN_H
#define
VPORT_VXLAN_H
1
#include
<linux/kernel.h>
#include
<linux/types.h>
struct
ovs_vxlan_opts
{
__u32 gbp
;
};
#endif