summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: stop startup timer on stopping BGP (fixes dd49eb1)David Lamparter2014-12-071-0/+2
* Fix BGP's use of restart bit.Vipin Kumar2014-11-111-0/+15
* bgpd.c: Remove unused store to variablePaul Jakma2014-09-231-2/+2
* bgpd: implement "next-hop-self all"Timo Teräs2014-06-251-1/+4
* *: nuke ^L (page feed)David Lamparter2014-06-041-37/+37
* bgpd: fix crash when allowas-in is done on inactive peerStephen Hemminger2014-06-031-0/+3
* bgpd: efficient NLRI packing for AFs != ipv4-unicastPradosh Mohapatra2014-06-031-1/+4
* bgpd: support TTL-security with iBGPPradosh Mohapatra2014-05-191-21/+10
* bgpd: factor out eBGP multihop checkDavid Lamparter2014-05-191-27/+39
* bgpd: send notify in OpenSent when stopping manuallyVitaliy Senchyshyn2014-05-151-31/+49
* bgpd: add 'bgp bestpath as-path multipath-relax'Pradosh Mohapatra2014-05-151-0/+3
* bgpd: fix lost passwords of grouped neighborsRoman Hoog Antink2013-02-231-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