summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-vxlan.h
blob: 4b08233e73d5c817b2ac8fabb7aa5024fbd3ec2d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef VPORT_VXLAN_H
#define VPORT_VXLAN_H 1

#include <linux/kernel.h>
#include <linux/types.h>

struct ovs_vxlan_opts {
	__u32 gbp;
};

#endif
OpenPOWER on IntegriCloud