commit | 89b6d1f8e2759cc38bc768067abe3a296d93f454 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Mar 24 10:51:59 2011 +0000 |
committer | Paul Jakma <paul@quagga.net> | Thu Mar 24 10:51:59 2011 +0000 |
tree | ebf4d27f1d93558bba8d0bf6f1022182f7066404 | |
parent | fa411a212b55bba650d68fd0456686f3e47b7395 [diff] |
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.