summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: rename update_type enum valuesQuentin Young2022-07-011-6/+8
* Merge pull request #11486 from taspelund/bgp_timer_always_onRuss White2022-06-281-10/+16
|\
| * bgpd: include 0 in configured hold/keepaliveTrey Aspelund2022-06-281-10/+16
* | bgpd: Make sure peer-groups/unnumbered work too with BGP roleDonatas Abraitis2022-06-281-5/+5
* | Merge pull request #11093 from donaldsharp/allow_martiansLou Berger2022-06-281-0/+23
|\ \ | |/ |/|
| * bgpd: Add `bgp allow-martian-nexthop` commandDonald Sharp2022-06-241-0/+23
* | Merge pull request #11483 from taspelund/bgp_timer_always_onRuss White2022-06-281-31/+12
|\ \
| * | bgpd: always display keepalive/hold intervalsTrey Aspelund2022-06-281-31/+12
* | | bgpd: Use uin64_t for peer->flagsDonatas Abraitis2022-06-271-4/+4
|/ /
* | Merge pull request #11426 from error2407/open_policyDonatas Abraitis2022-06-271-0/+150
|\ \ | |/ |/|
| * bgpd: Add patches for RFC9234 implementationEugene Bogomazov2022-06-211-19/+19
| * bgpd: Add RFC9234 implementationEugene Bogomazov2022-06-171-0/+150
* | *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-211-44/+23
* | bgpd: Display useful values when using json for missing neighbor stateDonald Sharp2022-06-171-0/+12
|/
* Merge pull request #11395 from opensourcerouting/fix/autocompete_for_rmap_bgpDonald Sharp2022-06-141-29/+29
|\
| * *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-29/+29
* | bgpd: Show TTL value unconditionally for neighborsDonatas Abraitis2022-06-101-4/+13
|/
* bgpd: Simplify BGP community alias handlingDonatas Abraitis2022-05-261-18/+28
* bgpd: Fix memory leak for BGP community alias in CLIDonatas Abraitis2022-05-261-1/+14
* Merge pull request #11204 from anlancs/fix/bgpd-check-vnihashSri Mohana Singamsetty2022-05-191-1/+1
|\
| * bgpd: remove unnecessary check for evpnanlan_cs2022-05-151-1/+1
* | bgpd: Allow bgp to control the DSCP session TOS valuePavel Shirshov2022-05-131-0/+34
|/
* Merge pull request #11188 from opensourcerouting/fix/argv_findDonald Sharp2022-05-131-12/+11
|\
| * bgpd: Check argv_find() value instead of the indexDonatas Abraitis2022-05-121-4/+7
| * bgpd: Reuse index from argv_find only if foundDonatas Abraitis2022-05-121-8/+4
* | bgpd: Change single value bitfield to a boolDonald Sharp2022-05-121-5/+3
|/
* bgpd: Send Hard Reset Notification for BGP_NOTIFY_CEASE_ADMIN_RESETDonatas Abraitis2022-05-101-0/+36
* Merge pull request #11147 from opensourcerouting/feature/gr_n-bit_cli_knobRuss White2022-05-101-0/+33
|\
| * bgpd: Add CLI knob to enable graceful restart for BGP notificationsDonatas Abraitis2022-05-051-0/+33
* | bgpd: Refuse to let interfaced peering to change capability extended-nexthopDonald Sharp2022-05-041-0/+16
* | bgpd: enhanced capability is always turned on for interface based peersDonald Sharp2022-05-041-1/+2
|/
* bgpd: Implement CEASE/Hard Reset notificationDonatas Abraitis2022-05-021-26/+25
* bgpd: Rename graceful restart constants for R-bit capabilitiesDonatas Abraitis2022-04-271-1/+1
* Merge pull request #11013 from opensourcerouting/fix/convert_bgp_peer_sort_t_...Russ White2022-04-131-6/+6
|\
| * bgpd: Convert vpn_policy_direction_t to enumDonatas Abraitis2022-04-121-6/+6
* | Merge pull request #10935 from anlancs/zebra-mh-esi-warningDonatas Abraitis2022-04-131-7/+7
|\ \ | |/ |/|
| * bgpd: add whitespace after "%%" for promptanlan_cs2022-04-011-7/+7
* | Merge pull request #10994 from opensourcerouting/fix/autocomplete_for_adverti...Russ White2022-04-121-2/+2
|\ \
| * | bgpd: Use autocomplete for route-map under conditional advertisements CLIDonatas Abraitis2022-04-081-2/+2
* | | Merge pull request #10999 from opensourcerouting/fix/bgp_aliases_with_communityRuss White2022-04-121-4/+4
|\ \ \
| * | | bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis2022-04-091-4/+4
| |/ /
* / / bgpd: Show conditional advertisement timers in neighbor CLI outputDonatas Abraitis2022-04-091-0/+22
|/ /
* | bgpd: refactor type of srv6_locator_chunks listNobuhiro MIKI2022-04-061-3/+3
* | *: Fix spelling of GracefullDonald Sharp2022-04-021-2/+2
|/
* bgpd: Add BGP configuration start/end markersDonatas Abraitis2022-03-221-0/+56
* bgpd: add new line for prompt of "no router bgp"anlan_cs2022-03-151-1/+1
* *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-1/+1
* bgpd: Convert bgp error codes for cli input to an enumDonald Sharp2022-02-151-1/+29
* bgpd: Move some error codes to bgp_vty_return handlingDonald Sharp2022-02-151-18/+6
* bgpd: Do not check for status from str2sockunion()Donatas Abraitis2022-02-021-2/+2