]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Cleanups & fixes for minttl / GTSM
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 24 Mar 2011 10:51:59 +0000 (10:51 +0000)
committerPaul Jakma <paul@quagga.net>
Thu, 24 Mar 2011 10:51:59 +0000 (10:51 +0000)
commit89b6d1f8e2759cc38bc768067abe3a296d93f454
treeebf4d27f1d93558bba8d0bf6f1022182f7066404
parentfa411a212b55bba650d68fd0456686f3e47b7395
bgpd: Cleanups & fixes for minttl / GTSM

* bgp_vty.c: (peer_ebgp_multihop_{un,}set_vty) tail-call cleanup.
  ({no_,}neighbor_ttl_security) ditto.
* bgpd.c: (peer_ttl_security_hops_set) Peer group checks and TTL set only
  need to be done on transition.
* sockunion.c: (sockopt_minttl) remove always-on debug and improve readability.
bgpd/bgp_vty.c
bgpd/bgpd.c
lib/sockunion.c