summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* cumulus take-3cumulus-take-3Timo Teräs2016-03-301-691/+1837
* bgpd: Fix crash reported by NetDEF CILou Berger2016-03-081-0/+3
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-03-081-105/+56
* bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma2016-03-081-1/+3
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-03-081-6/+20
* bgpd: remove HAVE_IPV6 conditionalsLou Berger2016-02-261-198/+15
* bgpd: Add back old forms of 'show <afi> <safi>' for compatibilityLou Berger2016-02-261-201/+3898
* bgpd: drop machineparse / random "show" improvementsLou Berger2016-02-261-15/+26
* bgpd: encap show commandsLou Berger2016-02-261-2023/+1819
* bgpd: VPNv6 show commandsLou Berger2016-02-261-216/+105
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-02-261-85/+170
* bgpd: general MP/SAFI improvementsLou Berger2016-02-261-9/+26
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-02-261-18/+87
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-02-261-49/+163
* bgpd: make bgp_info_cmp and multiple-path decision logic more regularPaul Jakma2016-02-181-88/+81
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-02-181-2/+25
* bgpd: If route-map does not exist DENY for redistribute statementsDaniel Walton2015-09-241-1/+1
* bgpd: Fix memory leak in bgpd/bgp_route.cDenil Vira2015-09-241-0/+7
* 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: Fix race in clearing completionDonald Sharp2015-09-241-22/+10
* 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: speed up "no-hit" withdraws for routeserversDavid Lamparter2015-05-051-9/+21
* Merge branch 'volatile/fix_warnings'David Lamparter2015-04-231-60/+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: Configured suppress value cannot be less than the reuse value in bgp da...Balaji2015-04-141-0/+8
|/
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-15/+8
* *: merge branch stable/0.99.23David Lamparter2014-06-291-6/+9
|\
| * bgpd: fix some bgp_update_main() attribute leaksDavid Lamparter2014-06-291-6/+9
* | bgpd: implement "next-hop-self all"Timo Teräs2014-06-251-1/+2
|/
* *: nuke ^L (page feed)David Lamparter2014-06-041-34/+34
* 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: display multipath status in "show ip bgp"Boian Bonev2014-05-151-3/+7
* bgpd: track correct originator-id in reflected routesPradosh Mohapatra2014-05-151-0/+11
* bgpd: add 'bgp bestpath as-path multipath-relax'Pradosh Mohapatra2014-05-151-1/+14
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-29/+29
* bgpd: fix crash in soft-reconfigurationChristian Franke2013-02-011-3/+4
* bgpd: conditional default-originate using route-mapChristian Franke2013-01-161-14/+34
* bgpd: mark route nodes scheduled into work queueStephen Hemminger2013-01-151-0/+1
* bgpd: avoid heap fragmentation in bgp_clear_route_tableJorge Boncompte [DTI2]2013-01-141-15/+15
* bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdownJorge Boncompte [DTI2]2013-01-141-3/+0
* bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev2012-09-261-20/+24
* bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]2012-06-211-6/+2
* bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]2012-05-221-2/+20
* bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: Remove useless initializationJorge Boncompte [DTI2]2012-05-221-1/+1
* bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]2012-05-221-54/+47