]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/openvswitch/vport-vxlan.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[mirror_ubuntu-artful-kernel.git] / net / openvswitch / vport-vxlan.h
CommitLineData
1dd144cf
TG
1#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