diff options
author | Eyal Bari <ebari@cisco.com> | 2018-02-13 15:17:17 +0200 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2018-02-14 14:14:32 +0000 |
commit | 554075a51f30ea842d3bf558e392d2c16f1acf83 (patch) | |
tree | e1a188713930af097799d2349c78fe9ec5c697b9 /src/vnet/vxlan/vxlan.h | |
parent | 16f0546cadb1248f9dce99788ecc50cc2668c7e4 (diff) |
vxlan:remove interface recycle mechanism
vxlan interfaces no longer create tx nodes and are "cheap" to create and delete
Change-Id: I7628d8ce86ec88609ed08162c94f5bc95df0d9f4
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vnet/vxlan/vxlan.h')
-rw-r--r-- | src/vnet/vxlan/vxlan.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/vxlan/vxlan.h b/src/vnet/vxlan/vxlan.h index e50ff6b169e..e8bb272d759 100644 --- a/src/vnet/vxlan/vxlan.h +++ b/src/vnet/vxlan/vxlan.h @@ -150,9 +150,6 @@ typedef struct { /* mcast shared info */ uword * mcast_shared; /* keyed on mcast ip46 addr */ - /* Free vlib hw_if_indices */ - u32 * free_vxlan_tunnel_hw_if_indices; - /* Mapping from sw_if_index to tunnel index */ u32 * tunnel_index_by_sw_if_index; |