summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: remove extraneous newlineDavid Lamparter2022-04-071-5/+5
* bgpd, vtysh: Fix spelliing of explicitelyDonald Sharp2022-04-021-1/+1
* Merge pull request #10719 from opensourcerouting/nb-show-fixesRuss White2022-03-291-0/+2
|\
| * lib,vtysh: show operational data with configRafael Zalamena2022-03-021-0/+2
* | pim6d: Correct the show ip prefix-list display for pim6dMobashshera Rasool2022-03-281-2/+2
* | pim6d: Enable protocol as VTYSH_PIM6D for pim6_cmd.csarita patra2022-03-161-4/+3
* | lib, vtysh: report lost messages on live logDavid Lamparter2022-03-071-8/+18
* | lib: add a few more bits to live log headerDavid Lamparter2022-03-071-1/+1
|/
* vtysh: fix coverity issues in live-log codeDavid Lamparter2022-03-011-4/+6
* Merge pull request #10640 from donaldsharp/thread_timersDavid Lamparter2022-03-011-0/+11
|\
| * lib, vtysh: Add `show thread timers` commandDonald Sharp2022-02-281-0/+11
* | vtysh: show live log messagesDavid Lamparter2022-02-283-26/+333
* | vtysh: use poll/callback-driven readline interfaceDavid Lamparter2022-02-282-18/+45
* | vtysh: receive file descriptors from daemonsDavid Lamparter2022-02-281-4/+55
|/
* Merge pull request #10376 from patrasar/master_pimv6_vtyshDavid Lamparter2022-02-283-5/+11
|\
| * pim6d: Adding PIMV6 as VTYSH clientsarita patra2022-02-253-5/+11
* | vtysh: Fix spelling mistakesDonald Sharp2022-02-142-4/+4
* | ospf6d: support keychain for ospf6 authenticationAbhinay Ramesh2022-02-092-2/+2
|/
* zebra: fix `segment-routing` command not found error with `--disable-pathd`Yamato Sugawara2022-01-161-1/+1
* configure.ac: drop --enable-pcep option and HAVE_PATHD_PCEPFabrice Fontaine2021-12-151-8/+0
* vtysh: fix duplicated output of key chain configurationIgor Ryzhov2021-12-031-29/+80
* vtysh: add missing rpki node when showing configIgor Ryzhov2021-11-281-0/+2
* lib: Use autocomplete for `route-map <name> <action> <seq>`Donatas Abraitis2021-11-231-1/+1
* Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov2021-11-191-0/+68
|\
| * vtysh: dispatch unique-id backtrace cmd properlyDavid Lamparter2021-11-161-0/+56
| * lib: rework vty_check_node_for_xpath_decrementDavid Lamparter2021-11-161-0/+12
* | vtysh: Really remove `address-family evpn`Donald Sharp2021-11-171-3/+0
* | tools, vtysh: Remove final vestige of `address-family evpn`Donald Sharp2021-11-171-16/+0
|/
* *: Rename quagga_timestamp with frr_timestampDonald Sharp2021-11-111-1/+1
* vtysh: defer CLI tree buildingDavid Lamparter2021-10-181-0/+2
* Merge pull request #9429 from yar-fed/vtysh-err-not-runningIgor Ryzhov2021-09-221-2/+3
|\
| * vtysh: Add error code if daemon is not runningYaroslav Fedoriachenko2021-09-211-2/+3
* | vtysh: remove sorting of vrf node commandsIgor Ryzhov2021-09-201-1/+0
|/
* vtysh: Allow us to gather a bit more data when extract.pl diesDonald Sharp2021-09-141-2/+4
* build: ignore prototype warnings from readlineDavid Lamparter2021-09-022-0/+8
* vtysh: make node walkup code more genericIgor Ryzhov2021-08-261-124/+2
* Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-9/+9
|\
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-9/+9
* | lib, zebra: move vrf netns commands from lib to zebraIgor Ryzhov2021-08-231-14/+0
|/
* vtysh: add "exit" for bfd's profile nodeanlan_cs2021-08-181-1/+2
* vtysh, pathd: fix pcep node-entering commandsIgor Ryzhov2021-08-111-6/+3
* vtysh: fix daemon for srv6 commandsIgor Ryzhov2021-08-081-6/+6
* vtysh: don't install "enable" command in user modeIgor Ryzhov2021-07-251-20/+2
* vtysh: Handle `en` better when in -u for vtyshDonald Sharp2021-07-221-3/+14
* vtysh: fix exit from zebra-only nodesIgor Ryzhov2021-07-211-3/+30
* vtysh: add CLI timestamp '-t' flagChristian Hopps2021-06-304-1/+28
* lib: make cputime checks runtime options (v2)David Lamparter2021-06-241-4/+0
* vtysh: Expose SR node for non pathd use casesDonald Sharp2021-06-231-6/+20
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-1/+1
* Merge pull request #8593 from idryzhov/cmd-ambiguousQuentin Young2021-06-081-0/+2
|\