summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * *: use void * for printing pointersDavid Lamparter2015-04-212-2/+2
| * *: use long long to print time_tDavid Lamparter2015-04-191-5/+5
* | bgpd: Display of configured dampening parametersBalaji2015-04-142-0/+35
* | bgpd: Configured suppress value cannot be less than the reuse value in bgp da...Balaji2015-04-141-0/+8
|/
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-2/+2
* bgpd: fix negative values in outputMilan Kocian2015-02-062-6/+6
* bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)David Lamparter2014-12-081-0/+5
* bgpd: stop startup timer on stopping BGP (fixes dd49eb1)David Lamparter2014-12-071-0/+2
* bgpd: implement route-map set as-path prepend last-asTimo Teräs2014-11-253-28/+86
* bgpd: one more fix for tightening of check for missing well-known attributesPaul Jakma2014-11-251-2/+2
* bgpd: trivial, remove unneeded extra variable in bgp_capability_restartPaul Jakma2014-11-111-6/+5
* Fix BGP's use of restart bit.Vipin Kumar2014-11-114-10/+64
* bgpd: remove unused variablesPaul Jakma2014-11-111-3/+0
* Add set ipv6 next-hop peer-address command.Dinesh G Dutt2014-11-111-1/+121
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2014-10-281-6/+27
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2014-10-173-54/+59
* bgpd.c: Remove unused store to variablePaul Jakma2014-09-231-2/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-238-86/+62
* *: merge branch stable/0.99.23David Lamparter2014-08-191-1/+1
|\
| * bgpd: memmove needed in community_del_valJohn Glotzer2014-08-181-1/+1
* | *: merge branch stable/0.99.23David Lamparter2014-06-295-75/+58
|\|
| * bgpd: don't send NOTIFY twice for malformed attrsDavid Lamparter2014-06-292-12/+25
| * bgpd: fix IP endianness in debug messageDavid Lamparter2014-06-291-1/+1
| * bgpd: fix memory leak on malformed attributeDavid Lamparter2014-06-291-1/+4
| * bgpd: fix double free after extcommunity set (BZ#799)David Lamparter2014-06-291-5/+10
| * bgpd: remove duplicate route-map extcommunity codeDavid Lamparter2014-06-291-50/+9
| * bgpd: fix some bgp_update_main() attribute leaksDavid Lamparter2014-06-291-6/+9
* | bgpd: route-map: share aspath object compilation code where possibleTimo Teräs2014-06-251-48/+24
* | bgpd: implement "next-hop-self all"Timo Teräs2014-06-254-9/+30
* | bgpd: fix route-map commentsTimo Teräs2014-06-251-4/+4
|/
* *: nuke ^L (page feed)David Lamparter2014-06-0421-244/+244
* 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-035-172/+280
* bgpd: don't compare next-hop to router-idPradosh Mohapatra2014-06-031-10/+0
* bgpd: Fix condition allowas-in in rsclient codeMilan Kocian2014-05-191-1/+1
* bgpd: support TTL-security with iBGPPradosh Mohapatra2014-05-193-26/+54
* 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-154-1/+54
* bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ valuesJorge Boncompte [DTI2]2014-05-151-4/+4
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-29/+29
* bgpd: bgpd-set-v4-nexthop-for-v6-peering.patchPradosh Mohapatra2014-02-101-2/+22