X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fvxlan%2Fvxlan.h;h=be819ab10694d16982eef5a06ce8a14681ac8457;hb=3e38422ab905d26ab1625c74268e30c94327ea54;hp=129bb43291b91cfeef0a438c747ac1ec86d35a7e;hpb=893bc97ed6eb426dd8c0dc9489a810e206b3fcf6;p=vpp.git diff --git a/src/vnet/vxlan/vxlan.h b/src/vnet/vxlan/vxlan.h index 129bb43291b..be819ab1069 100644 --- a/src/vnet/vxlan/vxlan.h +++ b/src/vnet/vxlan/vxlan.h @@ -214,6 +214,7 @@ typedef struct /* we normally use is_ip4, but since this adds to the * structure, this seems less of a breaking change */ u8 is_ip6; + u8 is_l3; u32 instance; ip46_address_t src, dst; u32 mcast_sw_if_index;