summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nexthop.c
Commit message (Collapse)AuthorAgeFilesLines
* * bgp_nexthop.c: Improve debug.hasso2005-02-011-5/+11
| | | | | | | | | | | | | * bgpd.[ch], bgp_nexthop.c, bgp_snmp.c: Remove useless bgp_get_master() function. * bgp_packet.c: MP AFI_IP update and withdraw parsing. * bgp_fsm.c: Reset peer synctime in bgp_stop(). bgp_fsm_change_status() is better place to log about peer status change than bgp_event(). Log in bgp_connect_success(). * bgp_vty.c: Fix typo in comment. * bgp_attr.c: Better log about unknown attribute. [merge from GNU Zebra]
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-1/+1
| | | | * *.c: Change level of debug messages to LOG_DEBUG.
* 2004-11-09 Paul Jakma <paul@dishone.st>paul2004-11-091-174/+75
| | | | | | | * bgp_nexthop.c: collapse bgp_connected_ipvX, bgp_nexthop_cache_ipvX and cache{1,2}.. into arrays of tables and hence collapse bgp_scan_ipv{4,6} into a single bgp_scan function. Tested, though a long time ago (and this change was hand-merged).
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-4/+4
| | | | ripd might need some more testing though.
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-2/+2
|
* Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.hasso2004-05-201-5/+5
|
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-0/+9
| | | | from vtysh ([quagga-dev 932]).
* 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-4/+4
| | | | | | | | | | | | | | * zebra/connected.c: revert the 'generic PtP' patch as it causes far too many problems. People who use FreeSWAN should investigate native linux ipsec. * zebra/rt_netlink.c: ditto * lib/if.c: ditto * ripd/ripd.h: ditto * ripd/ripd.c: ditto * ripd/rip_interface.c: ditto * ospfd/ospfd.c: ditto * ospfd/ospf_snmp.c: ditto * bgpd/bgp_nexthop.c: ditto
* Import of zebra.org 20030428-18:07 ISTpaul2003-04-281-41/+44
|
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-131-4/+4
|
* Initial revisionpaul2002-12-131-0/+1405