summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* release: 0.99.23quagga-0.99.23David Lamparter2014-06-241-1/+1
* doc: update NEWS for 0.99.23 changesDavid Lamparter2014-06-241-0/+24
* *: nuke ^L (page feed)David Lamparter2014-06-04115-658/+658
* build: Quagga 0.99.23-rc1quagga-0.99.23-rc1David Lamparter2014-06-031-1/+1
* isisd: ignore the unrecognized TLVsLu Feng2014-06-031-1/+0
* ripd: fix "show ip rip status" documentationJoachim Nilsson2014-06-031-2/+2
* ripd & ripngd: avoid the zero interface metricLu Feng2014-06-032-2/+2
* lib: remove redundant and incorrect sys/fcntl.h includeTimo Teräs2014-06-031-1/+0
* 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-037-172/+310
* bgpd: don't compare next-hop to router-idPradosh Mohapatra2014-06-031-10/+0
* vtysh: fix build against readline 6.3Sébastien Luttringer2014-05-271-2/+2
* zebra: raise the privileges before calling socket()Michal Sekletar2014-05-271-6/+6
* bgpd: Fix condition allowas-in in rsclient codeMilan Kocian2014-05-191-1/+1
* bgpd: support TTL-security with iBGPPradosh Mohapatra2014-05-194-26/+62
* bgpd: factor out eBGP multihop checkDavid Lamparter2014-05-191-27/+39
* bgpd: factor out TTL settingDavid Lamparter2014-05-191-12/+12
* bgpd: fix fast external fallover behaviorPradosh Mohapatra2014-05-191-9/+3
* bgpd: increase TCP socket buffer sizeVipin Kumar2014-05-152-1/+31
* bgpd: fix O_NONBLOCK on outgoing connectsVipin Kumar2014-05-151-0/+2
* bgpd: send notify in OpenSent when stopping manuallyVitaliy Senchyshyn2014-05-152-31/+51
* bgpd: display multipath status in "show ip bgp"Boian Bonev2014-05-151-3/+7
* bgpd: track correct originator-id in reflected routesPradosh Mohapatra2014-05-152-1/+14
* bgpd: add 'bgp bestpath as-path multipath-relax'Pradosh Mohapatra2014-05-155-1/+60
* bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ valuesJorge Boncompte [DTI2]2014-05-151-4/+4
* ospfd: add debug messages for router lsa-generationChristian Franke2014-05-141-0/+9
* ospfd: For an ABR, ensure the right LSID is MaxAge'dPradosh Mohapatra2014-05-142-4/+21
* ospfd: clarify indentation and comments in ospf_lsa_maxage_deleteChristian Franke2014-05-141-2/+2
* ospfd: fix a reference counting issue introduced by commit 4de8bf0011Christian Franke2014-05-141-0/+1
* ospfd: check the LS-Ack's recentness instead of only comparing the #seqLu Feng2014-05-141-1/+1
* ospfd: don't allow to set network type on loopback interfacesChristian Franke2014-05-141-1/+7
* ospfd: run DR election prior to LSA regenerationChristian Franke2014-05-141-14/+19
* zebra: Change the mechanism for comparing route ID's.Ken Williams2014-04-221-3/+1
* lib: use heap to manage timersChristian Franke2014-04-224-53/+110
* lib: remove unused thread_master_debug functionChristian Franke2014-04-221-29/+0
* tests: Add tests for timersChristian Franke2014-04-226-1/+313
* ospfd/ospf_vty.c: use keyword cmd styleChristian Franke2014-04-013-874/+184
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-0117-787/+1494
* tests: fix build & disable testcommandsDavid Lamparter2014-04-013-2/+11
* tests: add a test program for lib/command.cChristian Franke2014-04-019-1/+1613
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-015-37/+39
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-014-9/+32
* zebra: set metric for directly connected routes via netlink to 0Brett Ciphery2014-04-011-3/+3
* build: remove now-useless --{en, dis}able-testsDavid Lamparter2014-04-013-17/+1
* build: improve backtrace support/detectionDavid Lamparter2014-04-013-8/+34
* lib: fix possible off-by-one in stream_put_prefix()Jorge Boncompte [DTI2]2014-04-011-2/+2
* lib: fix for dynamically grown hashesJorge Boncompte [DTI2]2014-04-011-0/+1
* lib: fix backtraces broken by 837d16c...David Lamparter2014-03-214-5/+69
* ospf6d: fix refcounting in ospf6_asbr_lsa_removeChristian Franke2014-03-211-0/+2
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-216-3/+94