summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix small memory leak in str2prefix_rdDonald Sharp2015-09-241-0/+1
* bgpd: Remove unnecessary stream_dup callsDonald Sharp2015-09-241-26/+6
* bgpd: Fix memory leak in bgpd/bgp_route.cDenil Vira2015-09-241-0/+7
* bgpd: Variable reuse in bgpd/bgpd.cDenil Vira2015-09-241-3/+3
* bgpd: Fix useless call in bgpd/bgp_mplsvpn.cDenil Vira2015-09-241-3/+0
* bgpd: Addition of "show ip bgp dampening" command treeBalaji2015-09-241-0/+136
* bgpd: Make bgp_info_cmp robust to paths that do not have su_remote infoTimo Teräs2015-09-241-1/+6
* bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper.Paul Jakma2015-09-241-1/+2
* bgpd: Fix race in clearing completionDonald Sharp2015-09-242-23/+27
* bgpd: Only use routes from Established peers for best path selectionDinesh G Dutt2015-09-241-0/+14
* bgpd: Ignore stale entry candidates during bestpath selection.vivek2015-09-241-1/+13
* bgpd/pimd: fix zAPI parsingNicolas Dichtel2015-09-241-41/+27
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-213-14/+3
* bgpd: peer_uptime overflows after 1 yearPaul Jakma2015-06-211-3/+8
* *: add VRF ID in the API message headerFeng Lu2015-06-032-26/+44
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-022-7/+4
* ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2015-06-022-4/+4
* 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