summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: defer CLI tree buildingDavid Lamparter2021-10-181-14/+61
* Merge pull request #9497 from opensourcerouting/cli-better-noQuentin Young2021-09-091-0/+1
|\
| * lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-261-0/+1
* | lib: make node_parent more genericIgor Ryzhov2021-08-261-86/+3
|/
* Merge pull request #8982 from dlqs/lua-func-stackQuentin Young2021-08-021-15/+17
|\
| * lib: Add function name to script commandDonald Lee2021-07-231-6/+5
| * lib: Remove warning about script not foundDonald Lee2021-07-181-5/+4
| * lib: Rename frrscript_unload to deleteDonald Lee2021-07-181-1/+1
| * test: Use frrscript_unloadDonald Lee2021-07-181-0/+2
| * lib: Update Script command example to call functionDonald Lee2021-07-181-7/+9
* | lib, zebra: fix exit from link-params nodeIgor Ryzhov2021-07-211-0/+3
|/
* Merge pull request #8888 from dlqs/lua-callQuentin Young2021-07-051-2/+4
|\
| * lib: Update script SCRIPT commandDonald Lee2021-06-211-2/+4
* | Merge pull request #8911 from donaldsharp/command_nodeDonatas Abraitis2021-06-291-2/+7
|\ \
| * | lib: Add some hash name differentiation for Command Hash'sDonald Sharp2021-06-241-2/+7
| |/
* / lib: make cputime checks runtime options (v2)David Lamparter2021-06-241-0/+30
|/
* Merge pull request #8593 from idryzhov/cmd-ambiguousQuentin Young2021-06-081-0/+3
|\
| * vtysh: fix searching commands in parent nodesPavel Ivashchenko2021-04-291-0/+3
* | lib: fix address sanitizer crash on `find`Rafael Zalamena2021-06-071-1/+1
* | Merge pull request #8781 from idryzhov/fix-list-findRafael Zalamena2021-06-071-10/+68
|\ \
| * | lib: fix output of "list" and "find" commandsIgor Ryzhov2021-06-031-5/+58
| * | lib, vtysh: reduce code duplicationIgor Ryzhov2021-06-031-5/+10
| |/
* | Merge pull request #5865 from slankdev/slankdev-zebra-srv6-managerMark Stapp2021-06-041-0/+9
|\ \
| * | *: new cli-nodes for SRv6 manager (step2)Hiroki Shirokura2021-06-021-0/+9
| |/
* / northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-1/+1
|/
* lib: correctly exit CLI nodes on file config loadDavid Lamparter2021-04-211-37/+44
* lib, vtysh: re-add support for spaces in 'find'Quentin Young2021-04-071-2/+3
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* lib/xref: add xrefs for install_element()David Lamparter2021-02-011-12/+12
* lib: Fix up str2prefix usage in lua codeDonald Sharp2021-01-191-1/+2
* Merge pull request #7639 from qlyoung/frr-luaRuss White2021-01-191-0/+30
|\
| * build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-021-2/+2
| * lib: add ability to decode from lua scriptsQuentin Young2020-12-021-1/+1
| * lib: add 'script <type> foo' test commandQuentin Young2020-12-021-3/+17
| * lib: start adding generic scripting stuffQuentin Young2020-12-021-0/+16
* | pathd: Add optional support for PCEP to pathdSebastien Merle2020-12-181-0/+12
* | pathd: New SR-TE policy management daemonSebastien Merle2020-12-181-0/+12
|/
* lib: Fix crash walking up command chain in bgp commandsDonald Sharp2020-11-121-1/+2
* lib: handle exit cmd for bgp afi-safi nodesChirag Shah2020-10-261-3/+29
* lib: don't execute command if pre-processing hook has failedIgor Ryzhov2020-09-211-3/+13
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+7
* Revert "Rpki Encapsulation"Quentin Young2020-07-141-3/+0
* bgpd: duplicate config commands into rpki-vrf subnodePhilippe Guibert2020-07-021-0/+3
* build: Allow removal of build configs from version stringJafar Al-Gharaibeh2020-06-191-1/+4
* bfdd,lib,vtysh: new command node for BFD profilesRafael Zalamena2020-05-201-0/+3
* Revert "vtysh: fix searching commands in parent nodes"Donald Sharp2020-04-281-4/+0
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-1/+2
|\
| * *: manually remove some more sprintfQuentin Young2020-04-211-1/+2
* | *: replace all random() callsRafael Zalamena2020-04-181-1/+2
|/
* Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-171-187/+56
|\