summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * vtysh: fix searching commands in parent nodesPavel Ivashchenko2021-04-291-0/+2
* | Merge pull request #8781 from idryzhov/fix-list-findRafael Zalamena2021-06-071-73/+1
|\ \
| * | lib, vtysh: reduce code duplicationIgor Ryzhov2021-06-031-73/+1
* | | *: new cli-nodes for BGP SRv6 VPNv4 (step4)Hiroki Shirokura2021-06-021-0/+46
* | | *: new cli-nodes for SRv6 manager (step2)Hiroki Shirokura2021-06-023-1/+92
|/ /
* | lib: adapt to version 2 of libyangChristian Hopps2021-05-132-1/+34
* | Merge pull request #8636 from idryzhov/ospfv3-vrf-supportRafael Zalamena2021-05-061-2/+2
|\ \
| * | ospf6d: add vty support for multiple vrfsharios_niral2021-05-061-2/+2
| |/
* | bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-5/+9
* | lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-041-7/+0
|/
* Merge pull request #8465 from opensourcerouting/vtysh-scan-snafuMark Stapp2021-04-162-159/+9
|\
| * vtysh: add lib/thread.c to vtysh_scanDavid Lamparter2021-04-151-1/+1
| * vtysh: add lib/resolver.c to vtysh_scanDavid Lamparter2021-04-151-0/+3
| * vtysh: add lib/spf_backoff.c to vtysh_scanDavid Lamparter2021-04-151-0/+3
| * vtysh: add lib/log_vty.c to vtysh_scanDavid Lamparter2021-04-152-157/+1
| * vtysh: fix extract.pl for commands with "_cmd"David Lamparter2021-04-131-1/+1
* | Merge pull request #8450 from ton31337/feature/frr_history_turn_on_offDonald Sharp2021-04-141-9/+29
|\ \ | |/ |/|