]> 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>
Thu, 13 Jul 2023 10:05:15 +0000 (12:05 +0200)
commit1b34877af6f1f0b2f922a62ad60c933e7a1683c3
treec06eb9061b677f719d4360c6483e51262b0c1258
parentb35dbae2c20f9708ba092e27c1d7f5ddd873be30
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