summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]2012-05-221-6/+2
* bgpd: remove some useless initializationsJorge Boncompte [DTI2]2012-05-221-5/+5
* bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]2012-05-221-74/+77
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-35/+35
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-221-3/+3
* bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]2012-05-211-8/+28
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-021-24/+36
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-021-1/+1
* Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-091-60/+62
|\
| * bgpd: Addition of ipv6 network command in Multicast address family mode.G.Balaji2012-01-231-2/+5
| * bgpd: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-8/+8
| * bgpd: touch nexthop handling codeDenis Ovsienko2012-01-081-1/+1
| * bgpd: justify checks for IPv4 class D/EDenis Ovsienko2012-01-021-4/+4