summaryrefslogtreecommitdiffstats
path: root/lib/grammar_sandbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+1
* lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter2022-10-061-2/+1
* vtysh: defer CLI tree buildingDavid Lamparter2021-10-181-0/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-1/+1
* lib: random unused bits cleanupDavid Lamparter2019-12-141-6/+7
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* lib: reduce exported var symbolsQuentin Young2019-04-031-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* lib vtysh zebra: variable shadowing fixesF. Aragon2018-09-121-2/+2
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* lib: add ability to dump cli mode graphQuentin Young2018-04-221-114/+6
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* lib, bgpd: fixup use of of CMD_ARGC_MAXQuentin Young2018-01-111-10/+8
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-3/+3
* lib: better warnings for install_elementDavid Lamparter2017-08-241-1/+2
* lib: add CLI token for 48-bit mac addressesQuentin Young2017-08-111-0/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-495/+497
* *: remove vty_outln againDavid Lamparter2017-07-141-1/+1
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-14/+22
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-3/+3
| * lib: grammar_sandbox: don't pre-setup nodegraphDavid Lamparter2017-07-111-11/+19
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-2/+2
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-21/+21
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-2/+2
* *: use vty_outlnQuentin Young2017-06-291-25/+27
* *: simplify log message lookupQuentin Young2017-06-211-4/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: parser: split off & rename graph handlingDavid Lamparter2017-05-151-8/+8
* lib: parser: add named variables in CLIDavid Lamparter2017-05-151-0/+2
* lib: use %p specifier for pointersQuentin Young2017-05-121-12/+5
* lib: sandbox: print vtysh daemon targetsDavid Lamparter2017-03-281-1/+1
* Merge pull request #195 from opensourcerouting/cli_mergeDonald Sharp2017-02-111-3/+159
|\
| * grammar_sandbox: count ambiguous commandsDavid Lamparter2017-02-101-1/+7
| * grammar_sandbox: add ambiguous-command finderDavid Lamparter2017-02-101-2/+147
| * lib: parser: rewrite token deduplicationDavid Lamparter2017-02-101-1/+6
* | lib: fix remaining coverity issuesDavid Lamparter2017-02-101-2/+14
|/
* grammar_sandbox: detabDavid Lamparter2017-01-241-16/+16
* grammar_sandbox: add into daemons if DEV_BUILDDavid Lamparter2017-01-231-89/+34
* grammar_sandbox: add .dot file writing capabilityDavid Lamparter2017-01-231-0/+112
* lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter2017-01-231-3/+2
* lib: parser: refresh grammar_sandboxDavid Lamparter2016-12-151-84/+135
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+6
* all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+3
* lib: Fix memory leak in ipv6_prefix_matchQuentin Young2016-09-131-1/+0
* lib: Fix various memory leaksQuentin Young2016-09-131-3/+9
* lib: Move string completions out of command_match.cQuentin Young2016-09-131-15/+59
* lib: Reorganize grammar sandboxQuentin Young2016-09-091-11/+12