summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix silly format string SNAFUDavid Lamparter2023-01-271-2/+2
* bgpd: Add missing `no` form for `neighbor path-attribute discard` cmdDonatas Abraitis2023-01-221-1/+29
* Merge pull request #12666 from donaldsharp/bgp_outq_limitDonatas Abraitis2023-01-201-6/+33
|\
| * bgpd: Input Queue does not belong under `router bgp`Donald Sharp2023-01-191-4/+0
| * bgpd: Limit peer output queue length like input queue lengthDonald Sharp2023-01-191-2/+33
* | Revert "bgpd: optimal router reflection cli and fsm changes"Donatas Abraitis2023-01-171-82/+0
* | Revert "bgpd, ospfd: BGP ORR CI warning fixes"Donatas Abraitis2023-01-171-1/+1
* | Revert "bgpd: fix for crash when no neighbor A.B.C.D remote-as AS_NUM with or...Donatas Abraitis2023-01-171-1/+1
* | Revert "bgpd: code review comments addressed"Donatas Abraitis2023-01-171-2/+2
* | bgpd: Add `neighbor path-attribute discard` commandDonatas Abraitis2023-01-141-0/+38
|/
* Merge pull request #12626 from opensourcerouting/fix/bgpd_neighbor_password_u...Donald Sharp2023-01-131-0/+5
|\
| * bgpd: Warn an operator, that the peer MUST be created before configuring restDonatas Abraitis2023-01-111-0/+5
* | bgpd: show bgp vrfs per vrf level json supportSindhu Parvathi Gopinathan2023-01-121-57/+136
|/
* bgpd: If we don't find what we are looking for cleanup the json structureDonald Sharp2022-12-151-8/+12
* Merge pull request #12491 from opensourcerouting/fix/crash_bgp_graceful-resta...Russ White2022-12-131-73/+59
|\
| * bgpd: Fix graceful-restart JSON outputs and the crashDonatas Abraitis2022-12-111-73/+59
* | Merge pull request #12447 from karlquan/masterRuss White2022-12-131-3/+17
|\ \ | |/ |/|
| * bgpd: Adding BGP neighbor JSON output for neighbors never established a BGP a...Karl Quan2022-12-051-3/+17
* | Merge pull request #12415 from donaldsharp/bgp_use_after_freeRuss White2022-12-061-1/+1
|\ \
| * | bgpd: When creating peer convey if it is a CONFIG_NODE or notDonald Sharp2022-12-051-1/+1
| |/
* | Merge pull request #12322 from fdumontet6WIND/confed_numRuss White2022-12-061-7/+0
|\ \ | |/ |/|
| * bgp: fix case where confederation id same as member-asFrancois Dumontet2022-11-251-7/+0
* | Merge pull request #12416 from opensourcerouting/fix/inet_ntopmobash-rasool2022-11-301-18/+8
|\ \
| * | bgpd: inet_ntop() adjustmentsDonatas Abraitis2022-11-291-18/+8
* | | Merge pull request #12329 from opensourcerouting/feature/graceful-shutdown_pe...Russ White2022-11-291-45/+86
|\ \ \ | |/ / |/| |
| * | bgpd: Implement graceful-shutdown command per neighborDonatas Abraitis2022-11-161-45/+86
* | | bgpd: JSON support for show ip bgp vrf all update-groupAshwini Reddy2022-11-241-16/+24
* | | Merge pull request #12336 from cscarpitta/fix/increase-sid-index-limitDonatas Abraitis2022-11-211-1/+1
|\ \ \ | |/ / |/| |
| * | bgpd: Fix SRv6 SID index limitCarmine Scarpitta2022-11-181-1/+1
| |/
* | bgpd: Show the counters for RTT when shutdown on RTT feature is enabledDonatas Abraitis2022-11-041-2/+16
* | bgpd: Show the reason when the session is killed due to RTTDonatas Abraitis2022-11-041-1/+3
* | bgpd: Always show estimated RTT to the peerDonatas Abraitis2022-11-041-2/+2
|/
* bgpd: Cap LLGR stale-time to 16777215Donatas Abraitis2022-11-041-2/+2
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-031-2/+0
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* | Merge pull request #12114 from opensourcerouting/feature/bgp_aigp_attributeRuss White2022-10-311-0/+52
|\ \
| * | bgpd: Implement Accumulated IGP Metric Attribute for BGPDonatas Abraitis2022-10-261-0/+52
* | | Merge pull request #12224 from cscarpitta/fix/enhance-srv6-locator-chunk-free...Donald Sharp2022-10-301-15/+7
|\ \ \
| * | | bgpd: Don't check for NULL when removing chunksCarmine Scarpitta2022-10-291-11/+5
| * | | bgpd: Do not set chunk pointer to NULL after freeCarmine Scarpitta2022-10-291-6/+2
| * | | lib, bgpd: Enhance `srv6_locator_chunk_free()` APICarmine Scarpitta2022-10-291-4/+6
| | |/ | |/|
* | | Merge pull request #12176 from sworleys/BGP-InQRuss White2022-10-271-0/+37
|\ \ \ | |_|/ |/| |
| * | bgpd,doc: limit InQ buf to allow for back pressureStephen Worley2022-10-251-0/+37
| |/
* / bgpd: fix config of allowas_in; add to show outputMark Stapp2022-10-241-0/+21
|/
* bgpd: Add `no sid vpn per-vrf export` commandCarmine Scarpitta2022-10-181-4/+20
* 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-181-0/+95
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-1/+1
|\