summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-0/+6
|\
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-0/+6
* | *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-17/+1
|/
* lib: assign CLI varnames while parsingDavid Lamparter2021-10-181-6/+8
* lib: fix spelling nits in more lib filesewlumpkin2021-10-051-1/+1
* lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-261-0/+16
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* lib: Change zlog_debug to zlog_err for doc string issuesDonald Sharp2020-11-171-5/+5
* lib: make cmd_element & qobj_type constDavid Lamparter2019-11-301-4/+4
* lib: add a check for {[...]} in DEFUNsDavid Lamparter2019-06-251-0/+36
* lib: Convert zlog_err for clippy buildDonald Sharp2018-08-141-4/+4
* lib: add CLI token for 48-bit mac addressesQuentin Young2017-08-111-0/+12
* build: convert lib/ to non-recursive buildDavid Lamparter2017-07-311-2/+2
* lib: warn about too much docstringQuentin Young2017-07-051-0/+8
* lib: fix CLI parser memleakDavid Lamparter2017-06-141-1/+1
* build: fix some cross-compilation issuesDavid Lamparter2017-06-141-0/+2
* lib: parser: split off & rename graph handlingDavid Lamparter2017-05-151-13/+13
* lib: parser: add named variables in CLIDavid Lamparter2017-05-151-5/+37
* lib: parser: remove previous deduplication codeDavid Lamparter2017-02-101-108/+3
* lib: parser: fix allocation countingDavid Lamparter2017-01-311-7/+12
* Merge pull request #105 from opensourcerouting/cli_merge_step_prepDonald Sharp2017-01-251-138/+84
|\
| * build: support bison < 3.0 for parse.error=verboseDavid Lamparter2017-01-231-1/+1
| * lib: parser: add error location reportingDavid Lamparter2017-01-231-10/+42
| * lib: parser: unify subgraphs & simplify even moreDavid Lamparter2017-01-231-93/+24
| * lib: parser: keep subgraph pointers on stackDavid Lamparter2017-01-231-86/+64
| * lib: parser: track matching FORK_TKN & JOIN_TKNDavid Lamparter2017-01-231-0/+6
| * lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter2017-01-231-9/+8
* | lib: parser: fix memory managementDavid Lamparter2017-01-251-17/+14
|/
* lib: parser: remove startnode & sentence_rootDavid Lamparter2016-12-161-22/+6
* lib: parser: move allowrepeat to cmd_tokenDavid Lamparter2016-12-161-1/+1
* lib: parser: reorder bison incarnationsDavid Lamparter2016-12-161-23/+26
* build: fix bison < 3.0 compatibilityDavid Lamparter2016-12-161-1/+1
* lib: parser: support keyword argumentsDavid Lamparter2016-12-151-0/+22
* lib: Add back prototypes for lexer helper funcsQuentin Young2016-12-021-3/+3
* lib: remove misleading copy/del_cmd_elementDavid Lamparter2016-12-011-1/+1
* lib: parser: use reentrant mode on flex & bisonDavid Lamparter2016-12-011-21/+29
* lib: parser: wrap state in struct parser_ctxDavid Lamparter2016-12-011-79/+83
* lib: move command_parse_format prototypeDavid Lamparter2016-12-011-2/+0
* lib: use traditional yacc empty statementDavid Lamparter2016-11-291-1/+1
* lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-0/+1
* lib: Implement hidden and deprecated commandsQuentin Young2016-11-111-25/+38
* ospfd, lib: Fix `no pce address` syntaxQuentin Young2016-11-041-1/+1
* lib: Log warning when commands have underfull doc stringQuentin Young2016-10-281-15/+30
* lib: allow nesting selectorsQuentin Young2016-10-021-0/+1
* lib: fix double free in parserQuentin Young2016-10-011-1/+0
* lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young2016-10-011-1/+1
* lib: Remove NUMBER_TKN leftoversQuentin Young2016-09-221-4/+0
* lib: Update copyright headersQuentin Young2016-09-221-1/+1