]> 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)
committerPaul Jakma <paul@quagga.net>
Sun, 8 Jan 2012 11:30:55 +0000 (11:30 +0000)
commit8e80bdf20f493a71bcf74262ed3aa3a2437f4df6
treeb1ebddbda4b8f12a28c3ce6299ebe931105a25b6
parent23be94ea00fadace0007b6ffa6c9107124249e91
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