summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix lost passwords of grouped neighborsRoman Hoog Antink2013-04-091-6/+1
* bgpd: store "no neighbor activate" for IPv4 unicastChristian Franke2013-01-141-1/+1
* bgpd: add replace-as modifier for BGP neighborAndrew Certain2012-11-301-4/+25
* bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma2012-06-141-1/+3
* Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma2012-06-131-9/+7
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-24/+32
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-221-0/+1
* bgpd: Make socket init separate, so unit tests work again.Paul Jakma2012-05-021-7/+9
* Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-091-7/+11
|\
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-1/+1
| * fix set never used warningsStephen Hemminger2011-12-181-2/+0
| * bgpd: fix "nexthop-local unchanged" (BZ#350)Dylan Hall2011-11-151-0/+5
| * bgpd: revised fix to --dryrun (BZ#622)Sergey Y. Afonin2011-11-151-3/+4
| * bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-1/+1
* | bgpd: Add new configuration cli for eBGP and iBGP multipath.Josh Bailey2011-07-201-0/+9
|/
* bgpd: refine the setting up of GTSMStephen Hemminger2011-03-281-3/+18
* bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-27/+28
* bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-231-1/+156
* bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-7/+15
* bgpd: code cleanupStephen Hemminger2009-12-171-1/+1
* bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'Paul Jakma2009-08-051-26/+28
* [bgpd] delete erroneous extra brace..Paul Jakma2009-07-301-1/+0
* bgpd/trivial: Fix indentation in previousPaul Jakma2009-07-281-31/+24
* bgpd: Allow inbound connections to non-default viewSteve Hill2009-07-281-7/+22
* bgpd: start listener on first instanceStephen Hemminger2009-07-281-4/+10
* bgpd: peer action table static/constStephen Hemminger2009-07-281-4/+4
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-29/+33
* [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...'Paul Jakma2009-07-171-4/+7
* [bgpd] reference count the BGP instanceStephen Hemminger2009-06-181-6/+39
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-3/+3
* [bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill2009-06-021-3/+9
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-5/+5
* Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-261-9/+0
* [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-221-0/+9
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-211-1/+138
* [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientPaul Jakma2008-07-021-2/+2
* 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-011-1/+1
* [bgpd] bug #352: IPv6/Multicast address-family config not written outPaul Jakma2007-04-101-1/+9
* [bgpd] struct peer must have bgp field valid (redistribute crash)Paul Jakma2006-10-221-9/+12
* [bgpd] Trivial fix of printf format/arg mismatchAndrew J. Schorr2006-09-191-2/+1
* [bgpd] simplify peer refcounts, squash slow peer leakPaul Jakma2006-09-141-0/+1
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-141-29/+56
* [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffersPaul Jakma2006-07-271-3/+4
* [bgpd] release peer specific clear queue in peer_freePaul Jakma2006-03-301-1/+4
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.Paul Jakma2006-02-211-3/+3
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-2/+0
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-27/+23
* 2005-06-15 Paul Jakma <paul.jakma@sun.com>paul2005-06-151-2/+4
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueuspaul2005-06-011-43/+119
* * bgpd.c: Deleting bgp->rsclient list needs fix similar to pree-groupshasso2005-05-261-1/+4