summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3405 from LabNConsulting/working/master/fix-vrfDonald Sharp2018-12-011-1/+1
|\
| * bgpd: partially revert e23b9ef6d271223d29c7f91a10d98aa6dcd252b3Lou Berger2018-11-301-1/+1
* | Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-1/+1
|\ \
| * | *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+1
* | | Merge pull request #3386 from pguibert6WIND/bgp_fs_pbr_ignores_null_ipDonald Sharp2018-12-011-2/+11
|\ \ \
| * | | bgpd: bgp pbr ignores bgp fs entries with 0.0.0.0 ips written.Philippe Guibert2018-11-301-2/+11
| | |/ | |/|
* / | bgpd: add new draft for redirect ip for flowspecPhilippe Guibert2018-11-304-8/+73
|/ /
* | Merge pull request #3394 from karamalla0406/frr3360Russ White2018-11-293-13/+51
|\ \
| * | bgpd: The default IP route not advertised with configured RDKishore Aramalla2018-11-293-13/+51
| |/
* / lib,bgpd: remove deprecated stream lib macrosMark Stapp2018-11-291-1/+1
|/
* Merge pull request #3362 from pacovn/Coverity_1475469_null_checkRuss White2018-11-261-0/+2
|\
| * bgpd: null check (Coverity 1475469)F. Aragon2018-11-201-0/+2
* | Merge pull request #3325 from adeg/bugfix/bgpd-vtysh-fixesRuss White2018-11-261-2/+6
|\ \
| * | bgpd: add missing endlineAnton Degtyarev2018-11-141-1/+1
| * | bgpd: Fix bgpd doing vpn_leak_postchange_all() every time "router bgp ASNUM" ...Anton Degtyarev2018-11-141-1/+5
* | | Merge pull request #3176 from chiragshah6/evpn_devRuss White2018-11-267-0/+226
|\ \ \
| * | | bgp, zebra: address review commentsChirag Shah2018-11-181-2/+2
| * | | bgpd: dup addr detect config cliChirag Shah2018-11-184-0/+187
| * | | bgpd: dup addr detect data struct for cfgChirag Shah2018-11-184-0/+39
| | |/ | |/|
* | | Merge pull request #3367 from karamalla0406/frr3333Russ White2018-11-211-6/+6
|\ \ \
| * | | bgpd: BGP daemon crashed when a L2VNI is unconfiguredKishore Aramalla2018-11-211-6/+6
* | | | Merge pull request #3363 from pacovn/static_analysis__ISO_C_return_complianceRenato Westphal2018-11-213-32/+40
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd isisd lib: fix return on void functionsF. Aragon2018-11-203-32/+40
| |/ /
* | | Merge pull request #3359 from qlyoung/true-atomicsMark Stapp2018-11-201-1/+1
|\ \ \
| * | | *: only use 32-bit atomicsQuentin Young2018-11-191-1/+1
* | | | bgpd: Creating Loopback Interface Flaps BGPd (#2865)root2018-11-193-7/+59
| |/ / |/| |
* | | Merge pull request #3352 from pacovn/Coverity_1475489_resource_leakRenato Westphal2018-11-171-1/+3
|\ \ \
| * | | bgpd: fix resource leak (Coverity 1475489)F. Aragon2018-11-161-1/+3
* | | | Merge pull request #3353 from qlyoung/fix-bgpd-community-list-deletion-nitRenato Westphal2018-11-171-0/+1
|\ \ \ \
| * | | | bgpd: fix small error in community-list patchQuentin Young2018-10-291-0/+1
| | |/ / | |/| |
* | | | Merge pull request #3338 from ton31337/fix/optional_args_for_excludeQuentin Young2018-11-161-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: Optionally remove AS number when using `no set as-path exclude`Donatas Abraitis2018-11-151-0/+6
| |/ /
* / / bgpd: Remove community-list by name without typing full ruleDonatas Abraitis2018-11-151-10/+65
|/ /
* / bgpd: allow vrf validity and bgp vrf import/export, when zebra is offPhilippe Guibert2018-11-134-3/+16
|/
* Merge pull request #3310 from adeg/bugfix/bgpd-mplsvpn-route-import-checkDonald Sharp2018-11-131-1/+1
|\
| * bgpd: fix bgp path info for mplsvpn leaked routes so that they are correctly ...Anton Degtyarev2018-11-121-1/+1
* | Merge pull request #3051 from mitch-skiba/addpath_change_V1Donald Sharp2018-11-1317-174/+826
|\ \
| * | bgpd: Re-use TX Addpath IDs where possibleMitch Skiba2018-11-1017-174/+826
| |/
* | Merge pull request #3286 from donaldsharp/late_registrationDavid Lamparter2018-11-133-0/+60
|\ \
| * | bgpd: Late registration of Extended Nexthop should allow RA's to happenDonald Sharp2018-11-073-0/+60
* | | *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-122-2/+2
| |/ |/|
* | Merge pull request #3202 from donaldsharp/evpn_dumpRuss White2018-11-095-13/+188
|\ \
| * | bgpd: move non-best local path checks outside the functionAnuradha Karuppiah2018-10-311-11/+8
| * | bgpd, lib, vtysh, zebra: Convert to using CMD_VNI_RANGEDonald Sharp2018-10-314-16/+14
| * | bgpd: use IP address as tie breaker if the MM seq number is the sameAnuradha Karuppiah2018-10-312-0/+91
| * | bgpd: perform route selection again when the local path is deletedAnuradha Karuppiah2018-10-311-1/+3
| * | bgpd: hidden commands to add/del a local macAnuradha Karuppiah2018-10-312-0/+87
* | | Merge pull request #3205 from donaldsharp/defaultRafael Zalamena2018-11-076-25/+27
|\ \ \ | |_|/ |/| |
| * | bgpd: make name of default vrf/bgp instance consistentDon Slice2018-10-316-25/+27
| |/
* | Merge pull request #3162 from pguibert6WIND/vpn_route_map_issueRenato Westphal2018-11-031-4/+9
|\ \