summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Help text correctionDonald Sharp2024-09-241-1/+1
* lib: common debug status outputIgor Ryzhov2024-08-271-2/+2
* lib, zebra: fix exit commandsIgor Ryzhov2024-04-161-1/+1
* lib: add automatic xpath-based completionChristian Hopps2024-03-031-2/+20
* build: homologize path handlingDavid Lamparter2024-01-271-0/+2
* lib: create `frr_daemon_state_{load,save}`David Lamparter2024-01-271-0/+4
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+2
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* lib: sys/utsname.h is not needed in zebra.hDonald Sharp2024-01-041-0/+1
* Merge pull request #14498 from idryzhov/fix-conf-t-file-lockDonatas Abraitis2023-09-281-2/+2
|\
| * vty: fix configure terminal argument descriptionsIgor Ryzhov2023-09-271-2/+2
* | lib: Drop deprecated enable-time-check, enable-cpu-time compile optionsDonatas Abraitis2023-09-241-17/+2
|/
* vtysh: remove unused cmd_filter_typeIgor Ryzhov2023-08-041-10/+6
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-2/+3
* lib: fix vtysh core when handling questionmarkYuan Yuan2023-05-311-2/+6
* mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-0/+1
* lib: log commands read from config fileChristian Hopps2023-05-041-0/+8
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+4
* *: 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
|/