Kernel  |  4.1

下载     查看原文件
C++程序  |  12行  |  146 B
#ifndef VPORT_VXLAN_H
#define VPORT_VXLAN_H 1

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

struct ovs_vxlan_opts {
	__u32 gbp;
};

#endif