summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-10-261-128/+48
* bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma2016-10-261-1/+3
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-10-261-4/+21
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-38/+24
|\
| * bgpd: Reduce json memory usage.Donald Sharp2016-10-101-35/+24
* | bgpd: add 'neighbor x.x.x.x allowas-in origin' knobDaniel Walton2016-10-211-9/+19
* | bgpd: implement admin distanceMaitane Zotes2016-10-201-53/+158
* | bgpd: Fix crash reported by NetDEF CILou Berger2016-10-181-0/+3
* | bgpd: 'neighbor x.x.x.x weight' should be per address-familyDaniel Walton2016-10-101-4/+4
* | *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-256/+0
* | bgpd, lib: Remove RESTRICTED_NODE from code baseDonald Sharp2016-10-081-83/+0
* | *: Consistently support 32-bit route tagsChristian Franke2016-10-081-2/+2
* | vnc: use directories in includes (request from Martin W.)Lou Berger2016-10-031-3/+3
* | bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-10/+284
* | bgpd: drop machineparse / random "show" improvementsLou Berger2016-09-301-9/+12
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-301-1/+1
|\|
| * bgpd: Display interface next-hop for "show ip bgp" with unnumberedDon Slice2016-09-091-1/+1
| * bgpd: Enhance path selection logsvivek2016-09-061-7/+25
| * bgpd: Fix route install upon multipath nexthop changevivek2016-09-061-4/+11
| * bgpd: Fix route install upon non-best nexthop changevivek2016-09-061-4/+51
* | use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-7/+10
* | bgp: Fix incorrect cliDonald Sharp2016-09-231-1/+1
* | bgpd: Additional Show CommandsLou Berger2016-09-211-18/+121
* | bgpd: Enhance path selection logsvivek2016-09-051-7/+25
* | bgpd: Fix route install upon multipath nexthop changevivek2016-09-051-4/+11
* | bgpd: Fix route install upon non-best nexthop changevivek2016-09-051-4/+51
* | bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast a...Balaji2016-09-031-0/+7
* | bgpd: Addition of dampening show commands under v4 unicast/multicast treeBalaji2016-09-031-0/+66
|/
* bgpd: Add command to prefer global ipv6 addressDon Slice2016-08-031-13/+17
* bgpd: Print the correct table in "show ip bgp x.x.x.x"Don Slice2016-07-201-1/+3
* Revert "bgpd: bgp_scan shouldn't queue up route_nodes with no routes for proc...Daniel Walton2016-06-171-24/+0
* Quagga: bgpd needs extra neighbor and route json attributes for SNMP BGP4 MIBSam Tannous2016-06-141-0/+5
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-121-61/+114
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-50/+0
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-20/+87
* bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter2016-06-081-2/+18
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-06-071-50/+160
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-06-061-0/+24
* bgpd: Make bgp_info_cmp robust to paths that do not have su_remote infoTimo Teräs2016-06-061-0/+6
* bgpd: don't use #ifdef inside macro argsDavid Lamparter2016-06-031-47/+0
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-0/+8
* bgpd: Addition of "show ip bgp dampening" command treeBalaji2016-05-261-0/+136
* bgpd: Configured suppress value cannot be less than the reuse value in bgp da...Balaji2016-05-261-0/+8
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-191-3/+0
* Fix BGP JSON outputDinesh G Dutt2016-04-291-11/+51
* quagga: "set community x:y" needs bounds checkingDaniel Walton2016-04-141-130/+130
* BGP: Implement key show commands for all VRFsvivek2016-04-131-0/+53
* BGP: Update commands for VRF supportvivek2016-03-091-413/+359
* BGP: Update commands for VRF supportvivek2016-03-071-93/+626
* bgpd: Fix function indirection when none is neededDonald Sharp2016-02-241-14/+5