summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12805 from karlquan/kquan_self_origRuss White2023-02-211-0/+3
|\
| * bgpd: BGP troubleshooting - Add a keyword self-originate to display only self...Karl Quan2023-02-151-0/+3
* | Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-1/+2
|\ \
| * | bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-101-1/+2
| * | bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert2023-02-101-1/+1
| |/
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
| |/
* / bgpd: Add BGP Software Version CapabilityDonatas Abraitis2023-02-151-0/+1
|/
* bgpd: Fix graceful-restart JSON outputs and the crashDonatas Abraitis2022-12-111-10/+6
* Merge pull request #11523 from pguibert6WIND/bgp_no_retainRuss White2022-07-261-0/+1
|\
| * bgpd: implement retain route-target all behaviourPhilippe Guibert2022-07-181-0/+1
* | bgpd: Add constants for some repetitive CLI stringsDonatas Abraitis2022-07-181-9/+6
|/
* bgpd: Implement CEASE/Hard Reset notificationDonatas Abraitis2022-05-021-13/+12
* bgpd: Add BGP configuration start/end markersDonatas Abraitis2022-03-221-0/+1
* Revert "bgpd: convert global config to transactional cli"Igor Ryzhov2021-08-031-7/+0
* Revert "bgpd: convert addr-family clis to transactional clis"Igor Ryzhov2021-08-031-8/+1
* Revert "bgpd: neighbor peergrp config to transactional cli"Igor Ryzhov2021-08-031-15/+0
* bgpd: add terse display option on show bgp summaryLouis Scalbert2021-06-081-1/+1
* bgpd: add show bgp summary filter by neighbor or ASLouis Scalbert2021-05-261-1/+2
* bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-0/+1
* bgpd: Activate ipv6-unicast for peer automatically if globally definedDonatas Abraitis2021-02-281-3/+3
* bgpd: Add `show bgp summary wide` commandDonatas Abraitis2021-01-281-2/+7
* bgpd: neighbor peergrp config to transactional cliChirag Shah2020-10-271-0/+15
* bgpd: convert addr-family clis to transactional clisChirag Shah2020-10-261-1/+8
* bgpd: convert global config to transactional cliChirag Shah2020-10-031-0/+7
* bgpd: Add command to show only established sessionsDonatas Abraitis2020-07-091-1/+2
* bgpd: take into account code style recommendations.Philippe Guibert2020-04-081-3/+2
* bgpd: new vty command to dump all bgp per vrf statisticsPhilippe Guibert2020-03-311-0/+3
* bgpd, lib: fix style from BGP GR codeQuentin Young2020-02-041-70/+67
* bgpd: Adding header files for BGPD-ZEBRA integration for GR.bisdhdh2020-01-231-0/+61
* bgpd: Restarting node does not send EOR after the convergence.bisdhdh2020-01-231-0/+21
* bgpd: Adding BGP GR Global & Per Neighbour FSM changesbisdhdh2020-01-231-4/+0
* bgpd: BGP Graceful Restart Per Neighbor(BGPN), DS & header files.bisdhdh2020-01-231-1/+27
* bgpd: use new defaults system (v2)David Lamparter2019-12-061-0/+4
* bgpd: move config-write to bgp_vty.cDavid Lamparter2019-12-061-2/+1
* bgpd: Add a new command to only show failed peeringsDinesh G Dutt2019-09-021-1/+1
* bgpd: Eliminate all incorrect formulations of afi/safi in JSONDinesh G Dutt2019-08-271-2/+1
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-2/+3
* bgpd: add flowspec featurejaydom2018-03-301-1/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* bgpd: new vpn-policy CLIG. Paul Ziemba2018-03-201-1/+2
* bgpd: vpn-vrf route leakingG. Paul Ziemba2018-03-091-0/+1
* bgpd: Fix bgp_vty.h to conform to coding standardDonald Sharp2018-02-031-3/+3
* bgpd: atomize write-quanta, add read-quantaQuentin Young2017-11-301-0/+1
* bgpd: get rid of afi_header_vty_out() & co.David Lamparter2017-08-291-4/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-30/+28
* bgpd: Display (show) commands for EVPNvivek2017-07-121-0/+3
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-5/+2
|\
| * bgpd: argv->arg grab bagQuentin Young2017-06-271-5/+2
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-2/+8
|/