From 358425b86cb231efd2330e5aeb077cad38c2efad Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 20 Feb 2017 09:42:36 -0800 Subject: DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHCPv6. For the same table ID, the unicast-FIB index is not necessarily the same value as the multicast-FIB index, since features (like LISP, SR) can create unicast-tables, and thus affect only the index of the unicast FIBs Change-Id: Ibfa334d7eda822f742c241b7ce69a6271b4753a9 Signed-off-by: Neale Ranns --- src/vnet/dhcp/dhcp_proxy.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/dhcp/dhcp_proxy.h') diff --git a/src/vnet/dhcp/dhcp_proxy.h b/src/vnet/dhcp/dhcp_proxy.h index 4586d8838af..708e92f3c32 100644 --- a/src/vnet/dhcp/dhcp_proxy.h +++ b/src/vnet/dhcp/dhcp_proxy.h @@ -104,7 +104,6 @@ typedef struct { /* hash lookup specific vrf_id -> option 82 vss suboption */ u32 *vss_index_by_rx_fib_index[DHCP_N_PROTOS]; - } dhcp_proxy_main_t; extern dhcp_proxy_main_t dhcp_proxy_main; -- cgit 1.2.3-korg