vport-vxlan.h 146 B

123456789101112
  1. #ifndef VPORT_VXLAN_H
  2. #define VPORT_VXLAN_H 1
  3. #include <linux/kernel.h>
  4. #include <linux/types.h>
  5. struct ovs_vxlan_opts {
  6. __u32 gbp;
  7. };
  8. #endif