summaryrefslogtreecommitdiff
path: root/lib/command.c
AgeCommit message (Expand)Author
2023-09-28Merge pull request #14498 from idryzhov/fix-conf-t-file-lockDonatas Abraitis
2023-09-27vty: fix configure terminal argument descriptionsIgor Ryzhov
2023-09-24lib: Drop deprecated enable-time-check, enable-cpu-time compile optionsDonatas Abraitis
2023-08-05vtysh: remove unused cmd_filter_typeIgor Ryzhov
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-05-31lib: fix vtysh core when handling questionmarkYuan Yuan
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-04lib: log commands read from config fileChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-15bgpd: Add BGP Software Version CapabilityDonatas Abraitis
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to switch statementDonald Sharp
2022-12-28lib: fix display cputime-warning and walltime-warningDmitrii Turlupov
2022-10-13Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-10-06lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter
2022-07-01lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis
2022-06-16lib: Function `crypt` does not need to be declared mid functionDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-21lib: Ensure an empty string does not get printed for host/domainDonald Sharp
2022-02-27*: Add necessary new line for output of vty_out()anlan_cs
2022-02-04lib: Add more information to `show version`Donald Sharp
2021-11-16lib: rework vty_check_node_for_xpath_decrementDavid Lamparter
2021-10-18vtysh: defer CLI tree buildingDavid Lamparter
2021-09-09Merge pull request #9497 from opensourcerouting/cli-better-noQuentin Young
2021-08-26lib: add `![...]` syntax for easy "no" formsDavid Lamparter
2021-08-26lib: make node_parent more genericIgor Ryzhov
2021-08-02Merge pull request #8982 from dlqs/lua-func-stackQuentin Young
2021-07-24lib: Add function name to script commandDonald Lee
2021-07-21lib, zebra: fix exit from link-params nodeIgor Ryzhov
2021-07-18lib: Remove warning about script not foundDonald Lee
2021-07-18lib: Rename frrscript_unload to deleteDonald Lee
2021-07-18test: Use frrscript_unloadDonald Lee
2021-07-18lib: Update Script command example to call functionDonald Lee
2021-07-05Merge pull request #8888 from dlqs/lua-callQuentin Young
2021-06-29Merge pull request #8911 from donaldsharp/command_nodeDonatas Abraitis
2021-06-24lib: Add some hash name differentiation for Command Hash'sDonald Sharp
2021-06-24lib: make cputime checks runtime options (v2)David Lamparter
2021-06-22lib: Update script SCRIPT commandDonald Lee
2021-06-08Merge pull request #8593 from idryzhov/cmd-ambiguousQuentin Young
2021-06-07lib: fix address sanitizer crash on `find`Rafael Zalamena
2021-06-07Merge pull request #8781 from idryzhov/fix-list-findRafael Zalamena
2021-06-04Merge pull request #5865 from slankdev/slankdev-zebra-srv6-managerMark Stapp