summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-3/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-0/+1
|\
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-0/+1
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
| |/
* / bgpd: Add BGP Software Version CapabilityDonatas Abraitis2023-02-151-0/+5
|/
* lib: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+2
* lib: fix display cputime-warning and walltime-warningDmitrii Turlupov2022-12-281-2/+2
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-12/+8
|\
| * lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter2022-10-061-12/+8
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+6
|/
* lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis2022-07-011-0/+26
* lib: Function `crypt` does not need to be declared mid functionDonald Sharp2022-06-161-1/+0
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* lib: Ensure an empty string does not get printed for host/domainDonald Sharp2022-04-211-4/+8
* *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-2/+2
* lib: Add more information to `show version`Donald Sharp2022-02-041-2/+25
* lib: rework vty_check_node_for_xpath_decrementDavid Lamparter2021-11-161-32/+9
* 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