]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_ll
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 11 May 2023 15:10:58 +0000 (17:10 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 26 May 2023 06:33:50 +0000 (08:33 +0200)
commit713831fa7fb37c0948f1ca1f9026f67d1289d732
treebc42070b553a2bdcad4695dc45d9b76372eef436
parentb570e9ce2840a3f9a39a1dc31999bf63bfc3879c
bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_ll

This commit changes the 'ifindex' name of the bnc structure.
As it is used only to handle ipv6 link local addresses, let
us use the 'ifindex_ipv6_ll' naming to avoid any confusions
with the ifindex value of the resolved next-hops of the bnc
structure.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_nexthop.c
bgpd/bgp_nexthop.h
bgpd/bgp_nht.c