diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-20 09:42:36 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-03-04 01:23:56 +0000 |
commit | 358425b86cb231efd2330e5aeb077cad38c2efad (patch) | |
tree | e8b60b6a4259b73a1b576cdff7815efbda9a8143 /src/vnet/dhcp/dhcp_proxy.h | |
parent | e04c29942af6a130591059679531c9ffa3d7237a (diff) |
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 <nranns@cisco.com>
Diffstat (limited to 'src/vnet/dhcp/dhcp_proxy.h')
-rw-r--r-- | src/vnet/dhcp/dhcp_proxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |