]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.h
lib: parser: split off & rename graph handling
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 18 Nov 2016 15:24:47 +0000 (16:24 +0100)
committerQuentin Young <qlyoung@users.noreply.github.com>
Mon, 15 May 2017 14:27:43 +0000 (10:27 -0400)
commit5894e76da7974eb00f4c8277a67630f5e50cec53
tree24a6904b37e39aea941afe2e26b4a7ef6a63d1fd
parent16705ecc653dd657c5b8149934d8734e89c27c07
lib: parser: split off & rename graph handling

Put core CLI graph stuff in lib/command_graph.[ch] and consistently
prefix all function names with "cmd_".

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/Makefile.am
lib/command.c
lib/command.h
lib/command_graph.c [new file with mode: 0644]
lib/command_graph.h [new file with mode: 0644]
lib/command_match.c
lib/command_parse.y
lib/grammar_sandbox.c
lib/log.h
tools/permutations.c