summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp2021-05-037-1/+12
|\ \ \ | |/ / |/| |
| * | *: drop zassert.hDavid Lamparter2021-04-231-1/+0
| * | *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-236-0/+12
* | | Merge pull request #8570 from qlyoung/revert-ringbuf-readvRafael Zalamena2021-04-292-1/+11
|\ \ \
| * | | bgpd: avoid allocating very large stack bufferQuentin Young2021-04-292-4/+8
| * | | Revert "bgpd: improve socket read performance"Quentin Young2021-04-291-1/+7
* | | | Merge pull request #7165 from qlyoung/fix-zapi-codec-badnessRafael Zalamena2021-04-292-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | lib, bgpd, zebra: RA interval is unsignedQuentin Young2021-04-281-1/+1
| * | | bgpd, zebra: encode ip addr len as uint16Quentin Young2021-04-281-3/+3
* | | | Merge pull request #8471 from idryzhov/cleanup-num-named-listsDonatas Abraitis2021-04-281-76/+7
|\ \ \ \ | |/ / / |/| | |
| * | | *: cleanup number-named access-lists and prefix-listsIgor Ryzhov2021-04-141-76/+7
* | | | bgpd: fix bgp_get_vty return valuesIgor Ryzhov2021-04-264-24/+27
* | | | Merge pull request #8548 from donaldsharp/bgp_dampeningIgor Ryzhov2021-04-261-1/+0
|\ \ \ \
| * | | | bgpd: Prevent race condition loss of configDonald Sharp2021-04-241-1/+0
| | |/ / | |/| |
* / | | bgpd: fix invalid labeled nexthop checkEmanuele Di Pascale2021-04-231-2/+5
|/ / /
* | | Merge pull request #8536 from idryzhov/bfd-enabledRafael Zalamena2021-04-221-2/+0
|\ \ \
| * | | lib: remove enabled flag for bfd sessionsIgor Ryzhov2021-04-221-2/+0
* | | | build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-212-6/+6
* | | | build: make builddir include path consistentDavid Lamparter2021-04-214-4/+4
* | | | Merge pull request #8361 from rameshabhinay/change_1Russ White2021-04-206-38/+65
|\ \ \ \
| * | | | bgpd: vrf route leaking, fix vpn router id updateAbhinay Ramesh2021-04-072-33/+34
| * | | | VRF-Lite: Fix export of withdraw-in-progress routesAbhinay Ramesh2021-04-071-0/+21
| * | | | bgpd: vrf route leaking, fix vrf redistributeAbhinay Ramesh2021-04-071-3/+0
| * | | | bgpd: vrf route leaking, fix vrf deleteAbhinay Ramesh2021-04-071-0/+2
| * | | | bgpd: vrf route leaking, fix the bgp instance delete and re-addAbhinay Ramesh2021-04-073-2/+8
* | | | | Merge pull request #8456 from donaldsharp/idle_to_activeRuss White2021-04-205-4/+41
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bgpd: Address LL peer not NHT when receiving connection attemptDonald Sharp2021-04-155-4/+41
* | | | | Merge pull request #8501 from ton31337/fix/replace_community_checkDonald Sharp2021-04-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: Check for flag existense for community instead of `if not NULL`Donatas Abraitis2021-04-181-1/+1
* | | | | bgpd: Fix clang-format/indentation for show_ip_bgp_large_community_list_cmdDonatas Abraitis2021-04-181-6/+6
|/ / / /
* / / / bgpd: fix uninit value when handling bgp read errsQuentin Young2021-04-161-1/+4
|/ / /