summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix set never used warningsStephen Hemminger2011-12-181-2/+0
| * bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger2011-12-061-1/+11
| * bgpd: more SAFI fixesDenis Ovsienko2011-09-291-12/+3
| * bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko2011-09-291-1/+1
| * Merge branch 'attr-errors'Paul Jakma2011-07-291-30/+30
| |\
| | * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-30/+30
* | | bgpd: When advertising a multipath route, the attribute set to beJosh Bailey2011-07-201-14/+19
* | | bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey2011-07-201-1/+23
* | | bgpd: Modify the BGP to zebra route announcement to support multipathJosh Bailey2011-07-201-2/+7
* | | bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-201-29/+8
* | | bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-201-21/+92
|/ /
* | bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-03-231-1/+5
* | bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-211-15/+840
|/
* bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-211-368/+183
* bgpd: Fix display of unsigned attributesWataru Tanitsu2011-03-211-9/+9