summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, sharpd, vtysh: When reading a file in for config send start/end indicatorsDonald Sharp2020-11-191-0/+4
* vtysh: fix out-of-tree build not finding vtysh/daemons.plVincent Bernat2020-11-171-1/+2
* Merge pull request #7251 from wesleycoakley/fix-vtysh-node-build-warn-errorsDonatas Abraitis2020-10-122-19/+19
|\
| * vtysh: ignore generated file vtysh_daemons.hWesley Coakley2020-10-061-0/+1
| * vtysh: Fix vtysh node build warn errorsWesley Coakley2020-10-061-19/+18
* | Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\ \
| * | *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-2/+2
* | | vtysh: remove unnecessary includeIgor Ryzhov2020-10-071-1/+0
| |/ |/|
* | Merge pull request #7225 from idryzhov/vtysh-fix-domainnameDonald Sharp2020-10-031-2/+2
|\ \
| * | vtysh: fix multiple "domainname" commands in running configIgor Ryzhov2020-10-021-2/+2
| |/
* / vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-023-0/+47
|/
* vtysh: fix commands when building only isisd or fabricdIgor Ryzhov2020-09-302-5/+32
* vtysh: respect --disable-daemon configure flagsIgor Ryzhov2020-09-291-0/+86
* vtysh: rearrange commands per daemon and nodeIgor Ryzhov2020-09-291-253/+296
* vtysh: fix exit from keychain nodeIgor Ryzhov2020-09-281-4/+16
* vtysh: fix exit from babeld nodeIgor Ryzhov2020-09-281-1/+1
* doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-011-2/+3
* Merge pull request #6809 from opensourcerouting/staticd-disable-aclDonald Sharp2020-08-042-2/+6
|\
| * staticd,vtysh: no access list commandsRafael Zalamena2020-08-041-1/+1
| * sharpd,vtysh: no access list or route map commandsRafael Zalamena2020-08-041-2/+2
| * vtysh: recategorize access list commandsRafael Zalamena2020-08-042-1/+5
* | Merge pull request #6727 from opensourcerouting/nb-cfg-backoffDonald Sharp2020-08-041-1/+1
|\ \
| * | *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-1/+1
| |/
* / vtysh: Speed up output of configuration across daemonsDonald Sharp2020-08-041-19/+46
|/
* Merge pull request #6777 from idryzhov/vtysh-defpyDavid Lamparter2020-07-211-1/+1
|\
| * vtysh: rework DEFPY processing in extract.plIgor Ryzhov2020-07-201-1/+1
* | vtysh: suppress linemarkers in vtysh_cmd.cIgor Ryzhov2020-07-201-1/+1
|/
* *: un-split strings across linesDavid Lamparter2020-07-142-7/+3
* vtysh: properly exit BFD_PEER_NODE when marking filePaul Manley2020-07-091-0/+3
* vtysh: Improve lookup performanceDonald Sharp2020-06-301-1/+3
* vtysh: master is a non-sorted listDonald Sharp2020-06-301-11/+10
* lib: migrate filter CLI to use northboundRafael Zalamena2020-06-051-1/+1
* vtysh: add "no-header" to show running-configDavid Lamparter2020-05-261-7/+13
* vtysh: throw mark output on stdout, not stderrDavid Lamparter2020-05-261-1/+1
* bfdd,lib,vtysh: new command node for BFD profilesRafael Zalamena2020-05-201-0/+21
* Revert "vtysh: fix searching commands in parent nodes"Donald Sharp2020-04-281-2/+0
* 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