X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fadj%2Fadj_nbr.h;h=293766b851910b0dfd4c2c6ee07fc0fed00badfc;hb=409ef615f8389d61df5dbfe7a052d517f194ed33;hp=39663b603c6c4aedfb4a953d6ecd6004b4ada1c1;hpb=b80c536e34b610ca77cd84448754e4bd9c46cf68;p=vpp.git diff --git a/vnet/vnet/adj/adj_nbr.h b/vnet/vnet/adj/adj_nbr.h index 39663b603c6..293766b8519 100644 --- a/vnet/vnet/adj/adj_nbr.h +++ b/vnet/vnet/adj/adj_nbr.h @@ -45,7 +45,7 @@ * The interface on which the peer resides */ extern adj_index_t adj_nbr_add_or_lock(fib_protocol_t nh_proto, - fib_link_t link_type, + vnet_link_t link_type, const ip46_address_t *nh_addr, u32 sw_if_index); @@ -71,7 +71,7 @@ extern adj_index_t adj_nbr_add_or_lock(fib_protocol_t nh_proto, * The rewrite to prepend to packets */ extern adj_index_t adj_nbr_add_or_lock_w_rewrite(fib_protocol_t nh_proto, - fib_link_t link_type, + vnet_link_t link_type, const ip46_address_t *nh_addr, u32 sw_if_index, u8 *rewrite);