]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: touch nexthop handling code
authorDenis Ovsienko <infrastation@yandex.ru>
Fri, 5 Aug 2011 14:52:52 +0000 (18:52 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Fri, 5 Aug 2011 14:52:52 +0000 (18:52 +0400)
commit5c98c5a7b1d3d71ff40b477b246b859cd22ddeed
tree957b31b1c50f75a08f157630803e1f26c27222c7
parent0ddff5764f736c0a6d0d07b28bf98970624f263b
bgpd: touch nexthop handling code

bgp_nexthop_lookup_ipv6(): declare variables where they are actually
used, drop no-op initialization (the field is already 0)
bgp_nexthop_lookup(): ditto
bgp_nexthop_check_ebgp(): rename to bgp_nexthop_onlink()
bgp_nexthop_cache_changed(): rename to bgp_nexthop_cache_different()
bgpd/bgp_nexthop.c
bgpd/bgp_nexthop.h
bgpd/bgp_route.c