From cb8b4c9486cf5362d8f6558bf59cea20f94a7d6f Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 18 Feb 2022 19:26:35 +0000 Subject: vxlan: crash on assigning IP address to interface Revert "vxlan: crash on configuring vxlan tunnel on l3 mode" This reverts commit b8de7d43e4955bb4025cd0e0e7390279841b6d7d. Reason for revert: VPP-2014 Type: fix Fixes: b8de7d43e4955bb4025cd0e0e7390279841b6d7d Change-Id: Ic4d10f28985ee10e0550a1bbfd465ada915e4aa6 Signed-off-by: Ed Warnicke --- src/vnet/vxlan/vxlan.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/vxlan/vxlan.h') diff --git a/src/vnet/vxlan/vxlan.h b/src/vnet/vxlan/vxlan.h index 290f03d57c4..fa47605e42d 100644 --- a/src/vnet/vxlan/vxlan.h +++ b/src/vnet/vxlan/vxlan.h @@ -135,7 +135,6 @@ typedef struct u32 user_instance; /* Instance name being shown to user */ VNET_DECLARE_REWRITE; - u8 is_l3; } vxlan_tunnel_t; #define foreach_vxlan_input_next \ -- cgit 1.2.3-korg