diff options
Diffstat (limited to 'src/vnet/vxlan/vxlan.h')
-rw-r--r-- | src/vnet/vxlan/vxlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |