summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-272-4/+4
* *: sprintf -> snprintfQuentin Young2020-04-212-2/+4
* 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
|/
* Merge pull request #5937 from ton31337/fix/sizeofDonald Sharp2020-03-092-2/+2
|\
| * *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-082-2/+2
* | Merge pull request #5904 from donaldsharp/close_itDonatas Abraitis2020-03-071-1/+3
|\ \ | |/ |/|
| * vtysh: Fixup extract.pl to intentionally fail on errorDonald Sharp2020-03-041-1/+3
* | *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-2/+3
|/
* *: Remove break after returnDonatas Abraitis2020-02-131-2/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-103-4/+4
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-093-4/+4
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-1/+1
|\ \ | |/ |/|
| * lib: implement new route map CLIRafael Zalamena2020-02-041-1/+1
* | *: 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: Ensure interface `ip mroute ...` commands are lastDonald Sharp2019-12-201-0/+2
* vtysh: add an alias for the nexthop-group config targetsMark Stapp2019-12-173-5/+10
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-062-2/+1
* Merge pull request #5224 from manuhalo/fix_frr_reload_pathsQuentin Young2019-11-191-3/+3
|\
| * 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 #5209 from ton31337/feature/banner_motd_from_inputRenato Westphal2019-11-121-0/+21
|\ \
| * | vtysh: Add an option to set banner motd from an inputDonatas Abraitis2019-10-311-0/+21
| |/
* / vtysh: be helpful and kind to unprivileged usersQuentin Young2019-11-081-0/+3
|/
* 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: fix multiple "no ip/ipv6 prefix-list sequence-number" lines in running...Igor Ryzhov2019-09-181-1/+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