summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Check against extended community unit size for link bandwidthDonatas Abraitis2024-06-111-4/+16
* Merge pull request #15900 from mikemallin/v6-vtep-lib-upstreamDonald Sharp2024-06-071-2/+2
|\
| * bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addressesMike RE Mallin2024-05-311-2/+2
* | Merge pull request #15434 from louis-6wind/labels-hashRuss White2024-06-0632-346/+562
|\ \
| * | bgpd: fix label in adj-rib-outPhilippe Guibert2024-06-052-1/+12
| * | bgpd: fix labels in adj-rib-inPhilippe Guibert2024-06-053-5/+15
| * | bgpd: get rid of has_valid_label in bgp_update()Louis Scalbert2024-06-051-32/+15
| * | bgpd: move labels from extra to extra->labelsLouis Scalbert2024-06-0518-142/+185
| * | bgpd: add bgp_labels hashLouis Scalbert2024-06-056-0/+142
| * | bgpd: store number of labels with 8 bitsLouis Scalbert2024-06-0516-45/+44
| * | bgpd: fix too leading tabs in vnc_import_bgpLouis Scalbert2024-06-051-56/+73
| * | bgpd: add bgp_path_info_num_labels()Louis Scalbert2024-06-0515-80/+77
| * | bgpd: rework vni printing in route_vty_out_detail()Louis Scalbert2024-06-051-19/+13
| * | bgpd: num_labels cannot be greater than BGP_MAX_LABELSLouis Scalbert2024-06-051-2/+0
| * | bgpd: add bgp_path_info_labels_same()Louis Scalbert2024-06-053-23/+19
| * | bgpd: optimize label copy for new path_infoLouis Scalbert2024-06-051-6/+2
| * | bgpd: do not init labels in extraLouis Scalbert2024-06-051-2/+0
| * | bgpd: add bgp_path_info_has_valid_label()Louis Scalbert2024-06-053-12/+18
| * | bgpd: check and set extra num_labelsLouis Scalbert2024-06-059-63/+89
* | | bgpd: Ignore auto created VRF BGP instancesDonatas Abraitis2024-06-041-1/+4
|/ /
* | bgpd: Adjust terminology related to DSCPDavid Ward2024-06-024-16/+16
* | bgpd: Send End-of-RIB not only if Graceful Restart capability is receivedDonatas Abraitis2024-05-311-34/+31
|/
* Merge pull request #16097 from opensourcerouting/fix/safety_check_for_extcomm...Donald Sharp2024-05-291-16/+34
|\
| * bgpd: Make sure we have enough data to handle extended link bandwidthDonatas Abraitis2024-05-261-5/+10
| * bgpd: Add a safety check for ecommunity_ecom2strDonatas Abraitis2024-05-261-0/+13
| * bgpd: Convert unk_ecom to booleanDonatas Abraitis2024-05-261-11/+11
* | Merge pull request #16083 from opensourcerouting/fix/overflow_bgp_dynamic_cap...Russ White2024-05-283-65/+95
|\ \
| * | bgpd: Check if FQDN capability length is in valid rangesDonatas Abraitis2024-05-241-2/+2
| * | bgpd: Send a notification if we receive CAPABILITY message if not exepectedDonatas Abraitis2024-05-241-2/+2
| * | bgpd: Add sanity check for capability lengths before processing themDonatas Abraitis2024-05-243-61/+91
* | | Merge pull request #16023 from opensourcerouting/fix/rpki_show_stuffRuss White2024-05-281-9/+164
|\ \ \
| * | | bgpd: Rename SERVER_PUBKEY to KNOWN_HOSTS_PATHDonatas Abraitis2024-05-211-8/+8
| * | | bgpd: Split `rpki cache` command into separate per SSH/TCPDonatas Abraitis2024-05-211-5/+160
* | | | Merge pull request #16070 from Pdoijode/pdoijode/lcomm-not-found-fixDonatas Abraitis2024-05-263-78/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: Removed unused COMMUNITY_LIST_ERR_CANT_FIND_LISTPooja Jagadeesh Doijode2024-05-242-8/+3
| * | | bgpd: Return success if lcomm/comm/extcomm name or entry is not foundPooja Jagadeesh Doijode2024-05-243-70/+38
| | |/ | |/|
* | | Merge pull request #16044 from louis-6wind/fix-loopback-leakDonatas Abraitis2024-05-241-2/+3
|\ \ \ | |/ / |/| |
| * | bgpd, tests: fix route leaking from the default l3vrfLouis Scalbert2024-05-201-2/+3
* | | Merge pull request #15980 from donaldsharp/agentx_updateDonatas Abraitis2024-05-201-0/+3
|\ \ \
| * | | *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+3
* | | | Merge pull request #16022 from opensourcerouting/fix/match_peerDonald Sharp2024-05-201-21/+17
|\ \ \ \
| * | | | bgpd: Fix `match peer` when switching between IPv4/IPv6/interfaceDonatas Abraitis2024-05-161-21/+17
| | |_|/ | |/| |
* | | | Merge pull request #16033 from opensourcerouting/fix/typo_soft_version_capabi...Donald Sharp2024-05-201-2/+2
|\ \ \ \
| * | | | bgpd: Fix logging message when receiving a software version capabilityDonatas Abraitis2024-05-171-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #16035 from raja-rajasekar/rajasekarr/backpressure_infinit...Donatas Abraitis2024-05-202-2/+6
|\ \ \ \
| * | | | bgpd: backpressure - Fix to avoid CPU hogRajasekar Raja2024-05-182-2/+6
| |/ / /
* / / / bgpd: backpressure - Fix to withdraw evpn type-5 routes immediatelyRajasekar Raja2024-05-172-9/+3
|/ / /
* / / bgpd: fix dynamic peer graceful restart race conditionLouis Scalbert2024-05-161-1/+1
|/ /
* | Merge pull request #16006 from pguibert6WIND/fix_colored_nexthop_2Russ White2024-05-141-2/+1
|\ \
| * | bgpd: fix colored routes not installed after a switchoverPhilippe Guibert2024-05-141-2/+1