summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12166 from anlancs/fix/bgpd-wildcardRuss White2022-10-251-7/+20
|\
| * bgpd: return failure for wildcard ERTanlan_cs2022-10-241-7/+20
* | Merge pull request #12187 from mjstapp/mjs_fix_bgp_allowasRuss White2022-10-252-7/+32
|\ \
| * | bgpd: fix config of allowas_in; add to show outputMark Stapp2022-10-242-7/+32
* | | Merge pull request #12069 from opensourcerouting/fix/local-as_resetRuss White2022-10-251-22/+4
|\ \ \
| * | | bgpd: Reuse flag action for reseting session for `neighbor PEER local-as`Donatas Abraitis2022-10-061-22/+4
* | | | Merge pull request #12142 from opensourcerouting/fix/sendholdtimerRuss White2022-10-251-7/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Honor default holdtime when triggering session reset for SendHoldTimerDonatas Abraitis2022-10-171-7/+14
* | | | Merge pull request #11673 from cscarpitta/srv6-per-vrf-sidDonatas Abraitis2022-10-245-11/+474
|\ \ \ \
| * | | | bgpd: Add `no sid vpn per-vrf export` commandCarmine Scarpitta2022-10-183-4/+106
| * | | | bgpd: add per-VRF SID to the bgpd configurationCarmine Scarpitta2022-10-181-0/+8
| * | | | bgpd: add SRv6 per-VRF SID to SRv6 detailsCarmine Scarpitta2022-10-181-0/+1
| * | | | bgpd: add bits length params to the SRv6 detailsCarmine Scarpitta2022-10-181-1/+7
| * | | | bgpd: add support for per-VRF SRv6 SIDCarmine Scarpitta2022-10-185-10/+356
| | |_|/ | |/| |
* / | | bgpd: fix vni_str NULL check in evpn rt show runStephen Worley2022-10-211-1/+4
|/ / /
* | | Merge pull request #8647 from sworleys/DVNI-Config-ChangesDonatas Abraitis2022-10-185-283/+717
|\ \ \ | |/ / |/| |
| * | bgpd: use DEFPY for new vrf rt auto commandsStephen Worley2022-08-231-10/+10
| * | bgpd,lib: route-map/plist matching via type-2/5 routesStephen Worley2022-08-231-0/+18
| * | bgpd: add route-map to `no` advertise ipvX * cmdStephen Worley2022-08-231-2/+4
| * | bgpd: evpn L3 RT auto config and wildcard implementationStephen Worley2022-08-234-145/+408
| * | bgpd: abstract ecom into struct for l3 route targetsStephen Worley2022-08-233-108/+192
| * | bgpd: evpn L3 RTs list config and auto boilerplateStephen Worley2022-08-221-74/+141
* | | Merge pull request #12126 from cscarpitta/fix/add-missing-debug-guard-bgpd-srv6Donatas Abraitis2022-10-141-2/+4
|\ \ \
| * | | bgpd: Add missing debug guard in SRv6 L3VPN codeCarmine Scarpitta2022-10-131-2/+4
* | | | Merge pull request #12113 from donaldsharp/network_statementDonatas Abraitis2022-10-141-2/+18
|\ \ \ \
| * | | | bgpd: Allow `network XXX` to work with bgp suppress-fib-pendingDonald Sharp2022-10-121-2/+18
* | | | | Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-1/+1
* | | | | bgpd: Implement ACCEPT_OWN extended communityDonatas Abraitis2022-10-1210-32/+274
* | | | | Merge pull request #11159 from maduri111/bgpd-orrRuss White2022-10-1214-1/+1593
|\ \ \ \ \
| * | | | | bgpd: code review comments addressedMadhuri Kuruganti2022-10-124-16/+12
| * | | | | bgpd, ospfd: update BGP when routes are removed from OSPF routing tableMadhuri Kuruganti2022-10-121-23/+49
| * | | | | bgpd: fix for crash when no neighbor A.B.C.D remote-as AS_NUM with orr configMadhuri Kuruganti2022-10-123-7/+39
| * | | | | bgpd, ospfd: BGP ORR CI warning fixesMadhuri Kuruganti2022-10-123-57/+36
| * | | | | bgpd: optimal router reflection cli and fsm changesMadhuri Kuruganti2022-10-1214-1/+1560
| | |/ / / | |/| | |
* | | | | Merge pull request #12059 from achernavin22/fix-max-med-on-startupDonatas Abraitis2022-10-121-0/+5
|\ \ \ \ \
| * | | | | bgpd: fix "bgp max-med on-startup"Alexander Chernavin2022-10-111-0/+5
* | | | | | Merge pull request #11981 from proelbtn/add-support-to-change-function-lengthRuss White2022-10-126-53/+121
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: expand SID indexRyoga Saito2022-10-071-1/+1
| * | | | | bgpd: add handling for special labelRyoga Saito2022-10-071-3/+20
| * | | | | bgpd: save srv6_locator_chunk in vpn_policyRyoga Saito2022-10-075-36/+52
| * | | | | bgpd: allocate SID according to Function lengthRyoga Saito2022-10-072-7/+32
| * | | | | bgpd: fix transpose_sidRyoga Saito2022-10-071-8/+18
* | | | | | Merge pull request #12074 from donaldsharp/lib_debugsDonatas Abraitis2022-10-121-0/+2
|\ \ \ \ \ \
| * | | | | | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #12087 from achernavin22/fix-no-match-rpkiDonatas Abraitis2022-10-111-1/+1
|\ \ \ \ \ \
| * | | | | | bgpd: fix "no match rpki" in route-mapAlexander Chernavin2022-10-111-1/+1
| | |_|/ / / | |/| | | |
* / | | | | bgpd: Don't check for NULL when removing SRv6 SIDsCarmine Scarpitta2022-10-111-9/+4
|/ / / / /
* | | | | Merge pull request #12084 from ak503/bgp_show_lcDonatas Abraitis2022-10-111-1/+3
|\ \ \ \ \
| * | | | | bgpd: fix display bgp large-community exact-matchYour Name2022-10-101-1/+3