summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8643 from icosahedral/masterSri Mohana Singamsetty2021-05-171-4/+8
|\
| * bgpd: scope evpn specific path selection to type-2 routesNeal Shrader2021-05-101-4/+8
* | Merge pull request #8672 from qlyoung/fix-bgp-timer-displayIgor Ryzhov2021-05-151-1/+1
|\ \
| * | bgpd: fix display of timers when only 1 is changedQuentin Young2021-05-141-1/+1
* | | Merge pull request #8556 from donaldsharp/bgp_pbr_weirdRuss White2021-05-142-54/+34
|\ \ \
| * | | bgpd: Remove usage of prefix2str and use builtin in bgp_zebra.cDonald Sharp2021-05-121-11/+7
| * | | bgpd: reduce cut-n-paste of bgp_zebra_announce_default for installDonald Sharp2021-05-121-11/+13
| * | | bgpd: reduce cut-n-paste code in bgp_pbr.cDonald Sharp2021-05-121-32/+14
| |/ /
* | | Merge pull request #8144 from LabNConsulting/chopps/ly2Martin Winter2021-05-145-91/+32
|\ \ \
| * | | lib: adapt to version 2 of libyangChristian Hopps2021-05-135-91/+32
* | | | bgpd: use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-122-5/+5
| |/ / |/| |
* | | Merge pull request #8660 from qlyoung/fix-bgp-conditional-advertisement-decon...Donatas Abraitis2021-05-121-1/+1
|\ \ \ | |/ / |/| |
| * | bgpd: fix deconfig of conditional advertisementQuentin Young2021-05-111-1/+1
* | | Merge pull request #8589 from idryzhov/bgp-cli-nb-fixesRuss White2021-05-113-59/+49
|\ \ \
| * | | bgpd: forbid modification of bgp instance typeIgor Ryzhov2021-04-292-1/+20
| * | | bgpd: simplify bgp_global_local_as_modify codeIgor Ryzhov2021-04-291-48/+10
| * | | bgpd: fix crash when as/type mismatches in configIgor Ryzhov2021-04-292-10/+19
* | | | Merge pull request #8650 from idryzhov/bgp-fix-redistRuss White2021-05-114-27/+50
|\ \ \ \
| * | | | bgpd: deregister bgp instance from zebra when vrf is deletedIgor Ryzhov2021-05-104-27/+47
| * | | | Revert "bgpd: vrf route leaking, fix vrf redistribute"Igor Ryzhov2021-05-091-0/+3
| | |/ / | |/| |
* | | | Merge pull request #8406 from adharkar/frr-es_rdRuss White2021-05-113-12/+81
|\ \ \ \
| * | | | bgpd: Handle EAD/EVI local route updates on VNI RD changeAmeya Dharkar2021-04-283-12/+81
* | | | | Merge pull request #8639 from idryzhov/isis-new-bfd-libRafael Zalamena2021-05-091-2/+0
|\ \ \ \ \
| * | | | | lib: remove old bfd libraryIgor Ryzhov2021-05-071-2/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #8642 from idryzhov/bgp-gr-no-operDavid Lamparter2021-05-091-7/+0
|\ \ \ \ \
| * | | | | bgpd: don't return error for GR no-op commandsIgor Ryzhov2021-05-061-7/+0
* | | | | | Merge pull request #8472 from donaldsharp/more_valgrind_stuffDavid Lamparter2021-05-091-18/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tools: Add some more data to ignore for valgrindDonald Sharp2021-05-051-18/+0
* | | | | | bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young2021-05-065-19/+21
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #8497 from ton31337/feature/bgp_community_aliasDonald Sharp2021-05-0612-4/+294
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-0512-4/+294
| |/ / /
* / / / bgpd: Another call path with uninited dataDonald Sharp2021-05-051-0/+3
|/ / /
* | | Merge pull request #8564 from rameshabhinay/bgp_tcp_mssDonatas Abraitis2021-05-054-2/+114
|\ \ \
| * | | bgpd: Support tcp-mss for bgp neighborsAbhinay Ramesh2021-05-044-2/+114
* | | | Merge pull request #8459 from taspelund/no_rmac_on_mac_onlyPatrick Ruddy2021-05-051-2/+3
|\ \ \ \
| * | | | bgpd: Fix IP-VRF ext-comm check for MACIP routesTrey Aspelund2021-04-201-2/+3
* | | | | Merge pull request #8625 from c-po/graceful-restartIgor Ryzhov2021-05-051-3/+0
|\ \ \ \ \
| * | | | | bgpd: changing graceful-restart parameters should not be considered as errorChristian Poessinger2021-05-041-3/+0
* | | | | | Merge pull request #8551 from donaldsharp/peer_damp_dopplegangerIgor Ryzhov2021-05-051-12/+3
|\ \ \ \ \ \
| * | | | | | bgpd: Consolidate dampening show run output with the rest of that codeDonald Sharp2021-05-041-9/+3
| * | | | | | bgpd: No need to check if we are a dynamic peer or notDonald Sharp2021-05-041-4/+0
| * | | | | | bgpd: Do not output peer doppleganger dampened outputDonald Sharp2021-05-041-2/+3
| |/ / / / /
* | | | | | Merge pull request #8618 from Prerana-GB/lcomIgor Ryzhov2021-05-041-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bgpd: BGP large community-list configuration with regex is failing.prerana2021-05-041-3/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #8621 from donaldsharp/bgp_pbr_clang_saIgor Ryzhov2021-05-041-0/+1
|\ \ \ \ \
| * | | | | bgpd: Prevent test against uninited dataDonald Sharp2021-05-041-0/+1
* | | | | | Merge pull request #8606 from donaldsharp/peer_cleanupsDonatas Abraitis2021-05-042-106/+97
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: Delay setting peer data until after decision to allow openDonald Sharp2021-05-021-18/+19
| * | | | | bgpd: Cleanup bgp_collision_detect indentationDonald Sharp2021-05-021-86/+78
| * | | | | bgpd: listener thread pointer is already NULLDonald Sharp2021-05-021-2/+0
| |/ / / /