From 7a27274a6137f8952c18c78f039774e5cbb44c71 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 30 May 2017 02:08:14 -0700 Subject: Fix 'ip probe' on /32 Change-Id: Ib874ad93357500b2c425d75cf48834264b2183fc Signed-off-by: Neale Ranns --- src/vnet/ip/lookup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vnet/ip/lookup.h') 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; -- cgit 1.2.3-korg