summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix aspath parsingVincent JARDIN2017-10-091-1/+2
* bgpd: fix clang warningVincent JARDIN2017-10-091-2/+2
* bgpd: fix clang warningVincent JARDIN2017-10-081-2/+2
* bgpd: fix clang warningVincent JARDIN2017-10-081-1/+0
* rfapi: fix clang warningVincent JARDIN2017-10-081-0/+2
* rfapi: avoid calling NULL() function.Vincent JARDIN2017-10-081-1/+15
* Merge pull request #1295 from donaldsharp/more_1270Lou Berger2017-10-064-703/+505
|\
| * bgpd: Fixup json with RouteDistinguishersDonald Sharp2017-10-051-206/+224
| * bgpd: Cleanup bgp_show_table to be easier on the eyesDonald Sharp2017-10-051-203/+189
| * bgpd: fix 'show bgp ipvX vpn rd' commandLou Berger2017-10-051-4/+16
| * bgpd: fix show bgp ipvX vpn all rdLou Berger2017-10-051-3/+2
| * bgpd: remove old/broken vpnv4 from of show bgpLou Berger2017-10-051-5/+1
| * bgpd: unify 'show bgp' with RD with normal unicast bgp showLou Berger2017-10-053-297/+88
* | *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-8/+8
* | *: Convert list_free usage to list_deleteDonald Sharp2017-10-054-8/+5
* | *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-059-30/+27
|/
* bgpd: Fix defualt-default typo in bgp evpn help textSebastian Lohff2017-10-041-2/+2
* scan-build: fix warningVincent JARDIN2017-10-021-3/+1
* Merge pull request #1261 from dwalton76/bgpd-4byte-displayLou Berger2017-09-281-1/+1
|\
| * bgpd: fix 4-byte AS display in bestpath-from-ASDaniel Walton2017-09-271-1/+1
* | Merge pull request #1180 from dwalton76/ipv6-static-route-null0Renato Westphal2017-09-277-40/+40
|\ \
| * | *: support keywords that begin with uppercase letterDaniel Walton2017-09-147-40/+40
* | | Merge branch 'master' into bgpd-debug-updates-prefixDaniel Walton2017-09-279-108/+170
|\ \ \ | | |/ | |/|
| * | bgpd: Reduce multiaccess_check_v4 overhead for subgroupsDonald Sharp2017-09-273-9/+48
| * | Merge pull request #1239 from pguibert6WIND/fixskipasLou Berger2017-09-251-1/+1
| |\ \
| | * | bgpd: skip run as option can be reusedPhilippe Guibert2017-09-251-1/+1
| * | | bgpd: Fix unused variableDonald Sharp2017-09-251-1/+0
| * | | bgpd: vty command fixup for evpn rt5Philippe Guibert2017-09-252-8/+21
| |/ /
| * | Merge pull request #1215 from opensourcerouting/zapi_nexthopsDonald Sharp2017-09-222-8/+12
| |\ \
| | * | *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-212-8/+12
| * | | Merge pull request #1157 from donaldsharp/recursive_blackholeJafar Al-Gharaibeh2017-09-211-65/+55
| |\ \ \ | | |/ / | |/| |
| | * | bgpd: Fix bgp display of blackhole nexthopsDonald Sharp2017-09-121-65/+55
| * | | bgpd: Intialize all the variables used in argv_find.Mitesh Kanjariya2017-09-201-1/+1
| * | | Merge pull request #1205 from donaldsharp/show_lcommunityRenato Westphal2017-09-201-3/+15
| |\ \ \
| | * | | bgpd: Add large community json supportDonald Sharp2017-09-191-3/+15
| * | | | Merge pull request #1200 from opensourcerouting/bgpd-ecmp-fixDonald Sharp2017-09-201-10/+15
| |\ \ \ \
| | * | | | bgpd: fix sending of ECMP routes with both v4/v6 nexthops to zebraRenato Westphal2017-09-191-10/+15
| | |/ / /
| * / / / bgpd: rfapi - fix a couple of check that should have been against RD len vs R...Lou Berger2017-09-192-2/+2
| |/ / /
* | | | bgpd: remove clippy references in bgp_debug.cDaniel Walton2017-09-272-5/+0
* | | | bgpd: change debug_bgp_bestpath_prefix to DEFUNDaniel Walton2017-09-201-12/+12
* | | | bgpd: debugs on subnets need to use apply_mask()Daniel Walton2017-09-191-36/+17
|/ / /
* | | Merge pull request #1188 from opensourcerouting/foreach_indentationQuentin Young2017-09-187-125/+112
|\ \ \
| * | | *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-157-125/+112
| | |/ | |/|
* | | bgpd: fix uninitialized value in show cmdQuentin Young2017-09-151-0/+2
* | | bgpd: Do not put on outgoing stream type 5 route 2 timesDonald Sharp2017-09-151-1/+0
|/ /
* | Merge pull request #1169 from donaldsharp/eas_crudLou Berger2017-09-131-0/+1
|\ \
| * | bgpd: Fix warning introduced by PR #1133Donald Sharp2017-09-131-0/+1
* | | bgpd: deduplicate struct definitionQuentin Young2017-09-133-17/+15
* | | Merge pull request #1161 from dslicenc/bgp-vrf-nexthopRenato Westphal2017-09-131-1/+5
|\ \ \ | |/ / |/| |
| * | bgpd: fix show ip bgp vrf <vrf> nexthopDon Slice2017-09-121-1/+5
| |/