summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Add support for timer commands with peer-group syntaxDaniel Walton2015-12-081-13/+91
* bgpd: update rtt on soft clearTimo Teräs2015-12-081-0/+3
* bgpd: crash from not NULLing freed pointersDaniel Walton2015-12-081-29/+76
* bgpd: Enable "bgp log-neighbor-changes" by defaultDaniel Walton2015-12-081-2/+3
* bgpd: Remove BGP's asorig timer, it is no longer usedDaniel Walton2015-12-081-1/+0
* bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-271-1/+4
* bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-271-2/+2
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-271-1/+1
* bgpd: Fix 'struct peer' memory leaksDonald Sharp2015-09-241-2/+0
* bgpd: Add some peer_lock/unlock debug codeDonald Sharp2015-09-241-16/+12
* bgpd: Variable reuse in bgpd/bgpd.cDenil Vira2015-09-241-3/+3
* bgpd: peer_uptime overflows after 1 yearPaul Jakma2015-06-211-3/+8
* lib: straighten out ORF prefix list supportDavid Lamparter2015-05-051-1/+1
* 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