fib: API to extract any resolving interface rather than the one from the
[vpp.git] / src / vnet / arp / arp.c
index 6a32229..8b57376 100644 (file)
@@ -543,7 +543,7 @@ arp_reply (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * frame)
          dst_fei = ip4_fib_table_lookup (ip4_fib_get (fib_index0),
                                          &arp0->ip4_over_ethernet[1].ip4,
                                          32);
-         conn_sw_if_index0 = fib_entry_get_resolving_interface (dst_fei);
+         conn_sw_if_index0 = fib_entry_get_any_resolving_interface (dst_fei);
 
          switch (arp_dst_fib_check (dst_fei, &dst_flags))
            {