summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* fix previous bgp nexthop tracking patches to compile and work betterTimo Teräs2015-06-045-3/+5
* bgpd-delete-route-on-invalid-nh.patchDinesh G Dutt2015-06-041-2/+2
* bgpd: bgpd-nexthop-tracking.patchDinesh G Dutt2015-06-0410-117/+852
* bgpd-add-peer-group-timers.patchDaniel Walton2015-06-042-27/+105
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2015-05-291-6/+5
* bgpd: allow using rtt in route-map's set metricTimo Teräs2015-05-204-12/+52
* bgpd: refactor route-map objects modifying integer valuesTimo Teräs2015-05-201-192/+111
* lib: straighten out ORF prefix list supportDavid Lamparter2015-05-053-5/+5
* bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter2015-05-053-12/+25
* Merge branch 'volatile/fix_warnings'David Lamparter2015-04-2310-98/+43
|\
| * *: fix more initialisers (for BSD)David Lamparter2015-04-211-2/+2
| * build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
| * bgpd: drop unused static variableDavid Lamparter2015-04-211-1/+0
| * bgpd: fix SNMP write supportDavid Lamparter2015-04-211-18/+20
| * bgpd: random() returns longDavid Lamparter2015-04-211-4/+4
| * bgpd: don't use #ifdef inside macro argsDavid Lamparter2015-04-211-58/+1
| * bgpd, zebra: fix struct/pointer sizeof mixupsDavid Lamparter2015-04-211-2/+3
| * bgpd: fix ecommunity_token initialiserDavid Lamparter2015-04-211-2/+2
| * *: add/cleanup initialisersDavid Lamparter2015-04-211-1/+1
| * *: fix signedness mix-upsDavid Lamparter2015-04-211-1/+1
| * *: remove stray extra semicolonsDavid Lamparter2015-04-212-2/+2
| * *: 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