diff options
author | Neale Ranns <nranns@cisco.com> | 2017-05-30 02:08:14 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-06-01 20:50:39 +0000 |
commit | 7a27274a6137f8952c18c78f039774e5cbb44c71 (patch) | |
tree | c13fb4bcb91c843c004fd28a1186c0be4ce1c714 /src/vnet/ip/lookup.h | |
parent | d6d6751b89ef04f97b5ae0c5f5ce0ee8827cd2c3 (diff) |
Fix 'ip probe' on /32
Change-Id: Ib874ad93357500b2c425d75cf48834264b2183fc
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/lookup.h')
-rw-r--r-- | src/vnet/ip/lookup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/ip/lookup.h b/src/vnet/ip/lookup.h index 90c6a25573f..28a4bd8f755 100644 --- a/src/vnet/ip/lookup.h +++ b/src/vnet/ip/lookup.h @@ -93,9 +93,6 @@ typedef struct /* Interface which has this address. */ u32 sw_if_index; - /* Adjacency for neighbor probe (ARP) for this interface address. */ - u32 neighbor_probe_adj_index; - /* Address (prefix) length for this interface. */ u16 address_length; |