Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.0-rc3 11 lines 146 B view raw
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