blob: 4b08233e73d5c817b2ac8fabb7aa5024fbd3ec2d [file] [log] [blame]
Thomas Graf1dd144c2015-01-15 03:53:59 +01001#ifndef VPORT_VXLAN_H
2#define VPORT_VXLAN_H 1
3
4#include <linux/kernel.h>
5#include <linux/types.h>
6
7struct ovs_vxlan_opts {
8 __u32 gbp;
9};
10
11#endif