Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
kernel
/
common
/
62f6924cb1543a10d05150d77f9a5e01e12c9ce1
/
.
/
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