summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "vtysh: fix searching commands in parent nodes"Donald Sharp2020-04-281-2/+0
* Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-171-190/+309
|\
| * vtysh: use parent_node for vtysh_exit()David Lamparter2020-04-161-76/+10
| * *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-1/+47
| * *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+46
| * *: remove second parameter on install_node()David Lamparter2020-04-161-47/+47
| * *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
| * *: clean up cmd_node initializersDavid Lamparter2020-04-161-66/+160
* | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-100/+0
|\ \ | |/ |/|
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-100/+0
* | vtysh: don't warn when saving conf the first timeTrey Aspelund2020-04-031-7/+6
|/
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* *: Remove break after returnDonatas Abraitis2020-02-131-2/+0
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-2/+2
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* vtysh: add a cli that reads a file into running-configMark Stapp2020-01-231-0/+19
* vtysh: add an alias for the nexthop-group config targetsMark Stapp2019-12-171-4/+7
* tools, vtysh: improved fix for ldpd ifacesEmanuele Di Pascale2019-11-121-0/+2
* tools, vtysh: fix ldpd + frr-reload.pyEmanuele Di Pascale2019-10-291-3/+1
* Merge pull request #5171 from donaldsharp/remove_getrusageMark Stapp2019-10-171-0/+4
|\
| * *: Allow disabling of `getrusage` callsDonald Sharp2019-10-161-0/+4
* | lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal2019-10-161-1/+3
* | vtysh: remove DEFPY variable namesRenato Westphal2019-10-161-7/+7
|/
* vtysh: fix searching commands in parent nodesPavel Ivashchenko2019-10-081-0/+2
* Merge pull request #5042 from opensourcerouting/vtysh-nb-cmdsQuentin Young2019-09-241-0/+52
|\
| * vtysh: add the "show yang operational-data" commandRenato Westphal2019-09-231-0/+26
| * vtysh: add the "debug northbound" commandRenato Westphal2019-09-231-0/+26
* | vtysh: fix "no log facility" commandIgor Ryzhov2019-09-231-2/+3
|/
* vtysh, lib: allow regexp in `find` commandQuentin Young2019-09-031-7/+59
* Merge pull request #4797 from opensourcerouting/eigrpd-vrfRuss White2019-09-031-2/+3
|\
| * eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp2019-08-071-2/+3
* | bgpd/bmp: BMP implementationDavid Lamparter2019-08-301-1/+35
* | vtysh: fix rare crash(es)Quentin Young2019-08-231-6/+10
* | Merge pull request #4706 from qlyoung/fix-exit-vrf-markfileSri Mohana Singamsetty2019-08-131-0/+4
|\ \ | |/ |/|
| * vtysh: mark exit-vrf with end when using vtysh -mQuentin Young2019-07-181-0/+4
* | Merge pull request #4790 from opensourcerouting/ctype-castQuentin Young2019-08-061-4/+5
|\ \
| * | *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-4/+5
* | | all: remove logical-router functionalityIgor Ryzhov2019-08-021-45/+0
|/ /
* | vtysh: style nits for error code cli handlerQuentin Young2019-07-291-0/+2
* | vtysh: only show error codes onceQuentin Young2019-07-291-8/+20
* | vtysh: send vtysh_quit_nexthop_group to pbrd and sharpdIgor Ryzhov2019-07-251-1/+1
* | vtysh: send "exit-vrf" command to staticdIgor Ryzhov2019-07-241-1/+1
|/
* lib: Remove extraneous spacing/output filter cmdsStephen Worley2019-06-191-3/+3
* lib,vtysh: Add vtysh commands for log-filterStephen Worley2019-06-191-0/+100
* vtysh: Make show work-queue execute by nameStephen Worley2019-06-191-10/+2
* vtysh: Execute command on client by name onlyStephen Worley2019-06-191-0/+32
* vtysh: Update vtysh commands with all daemon strStephen Worley2019-06-191-36/+6
* pbrd: Allow autocompletion for pbr-map PBRMAPDonald Sharp2019-06-051-2/+2
* lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'Donald Sharp2019-06-051-2/+2
* Merge pull request #4430 from lkrishnamoor/hostname_crashDonald Sharp2019-05-311-1/+1
|\