summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2142 from pguibert6WIND/fs_zebra_complementDonald Sharp2018-05-2912-95/+665
|\
| * bgpd: attributes presence checked when mpreach is presentPhilippe Guibert2018-05-251-1/+2
| * bgpd: do not install BGP FS entries, while table range not obtainedPhilippe Guibert2018-05-254-6/+32
| * bgpd: enhance debug bgp pbr error vty commandPhilippe Guibert2018-05-251-4/+37
| * bgpd: increase buffer size to store ecomunity as a stringPhilippe Guibert2018-05-251-1/+1
| * bgpd: brace zebra pbr tracesPhilippe Guibert2018-05-251-9/+16
| * bgpd: add ZAPI_XXX_FAIL_REMOVE flag in switchPhilippe Guibert2018-05-251-0/+4
| * bgpd: upon uninstalling pbr rule, update local structurePhilippe Guibert2018-05-251-0/+2
| * bgpd: initialise nexthop structure, before filling in some attributesPhilippe Guibert2018-05-251-0/+1
| * bgpd: traffic rate value is ignored for searching bpaPhilippe Guibert2018-05-251-3/+1
| * bgpd: handle more than one ext. communityPhilippe Guibert2018-05-251-3/+3
| * bgpd: add vty command to restrict FS policy routing to a defined interfacePhilippe Guibert2018-05-257-1/+228
| * bgpd: display if FS entry is installed in PBR or notPhilippe Guibert2018-05-255-8/+50
| * bgpd: pbr support for port redirectingPhilippe Guibert2018-05-252-29/+235
| * bgpd: add 3 fields to ipset_entry : src,dst port, and protoPhilippe Guibert2018-05-252-0/+12
| * bgpd: do not account twice references to rule contextPhilippe Guibert2018-05-251-3/+7
| * bgpd: add missing ecommunity flowspec to displayPhilippe Guibert2018-05-251-19/+24
| * bgpd: improve flowspec update of route to NH/VRFPhilippe Guibert2018-05-251-2/+4
| * bgpd: add notify value in zlog notification message for pbrPhilippe Guibert2018-05-251-6/+6
* | Merge pull request #2248 from ppmathis/enhancement/bgp-adjacent-routesJafar Al-Gharaibeh2018-05-272-59/+78
|\ \
| * | bgpd: Fix memleak, adapt adv- to recv-routes codePascal Mathis2018-05-161-20/+20
| * | bgpd: Implement new adjacent route show commandsPascal Mathis2018-05-162-42/+61
* | | Merge pull request #2295 from qlyoung/sort-vniRuss White2018-05-271-12/+20
|\ \ \
| * | | bgpd: sort vni's in running configQuentin Young2018-05-251-12/+20
| | |/ | |/|
* | | bgpd: issue 2263: fix "no label vpn export auto"G. Paul Ziemba2018-05-261-0/+4
* | | bgpd: additional neighbor message improvementDon Slice2018-05-241-5/+3
* | | bgpd: improve error message for neighbor not foundDon Slice2018-05-241-1/+1
|/ /
* | Merge pull request #2279 from donaldsharp/evpn_moo_mooRenato Westphal2018-05-241-13/+16
|\ \
| * | bgpd: Ensure virt->vrfs is validDonald Sharp2018-05-221-5/+5
| * | bgpd: Free vni list on actual deletionDonald Sharp2018-05-221-6/+6
| * | bgpd: Ensure we don't dereference a non-valid pointerDonald Sharp2018-05-221-2/+5
* | | Merge pull request #2278 from donaldsharp/uninited_variableRenato Westphal2018-05-241-1/+1
|\ \ \
| * | | bgpd: Fix use of uninitialized variableDonald Sharp2018-05-221-1/+1
| |/ /
* | | Merge pull request #2273 from qlyoung/remove-retain-modeRenato Westphal2018-05-221-10/+17
|\ \ \
| * | | *: remove -r from daemons except zebraQuentin Young2018-05-211-10/+17
| |/ /
* / / bgpd: Fix crash on shutdownDonald Sharp2018-05-193-7/+12
|/ /
* | Merge pull request #2198 from LabNConsulting/working/master/bgpd-nht-crashDonald Sharp2018-05-181-1/+1
|\ \
| * | bgpd: fix NHT free when nht_info is null (fixes crash)Lou Berger2018-05-091-1/+1
* | | Merge pull request #2231 from ppmathis/fix/clear-bgp-afiRuss White2018-05-181-24/+54
|\ \ \
| * | | bgpd: Respect AFI/SAFI when hard-clearing a peerPascal Mathis2018-05-141-24/+54
* | | | bgpd: Clean up some evpn memory leaksDonald Sharp2018-05-181-7/+10
* | | | Merge pull request #2247 from donaldsharp/sa_sa_saLou Berger2018-05-164-2/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: Fix memory leak of ecommunity_ecom2strDonald Sharp2018-05-163-0/+9
| * | | bgpd: remove unnecessary test and allocate a bit earlierDonald Sharp2018-05-161-2/+3
* | | | Merge pull request #2034 from vincentbernat/fix/rfc8365-auto-rtDonald Sharp2018-05-165-0/+107
|\ \ \ \
| * | | | bgpd: add an option for RT auto-derivation to use RFC 8635.Vincent Bernat2018-04-235-0/+107
* | | | | Merge pull request #2240 from donaldsharp/ubuntu_bullMartin Winter2018-05-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bgpd: Prevent possible uninited variable.Donald Sharp2018-05-151-1/+1
* | | | | Merge pull request #2226 from ppmathis/feature/bgp-lc-jsonRuss White2018-05-165-110/+124
|\ \ \ \ \
| * | | | | bgpd: Improve JSON support for large communitiesPascal Mathis2018-05-135-110/+124