]> git.proxmox.com Git - mirror_frr.git/commit
lib: Break up functions, begin matcher
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 19 Jul 2016 21:14:27 +0000 (21:14 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 19 Jul 2016 21:14:27 +0000 (21:14 +0000)
commit9d0662e009c0cf4532b88c9a1fb0f7c0dc174584
treeab301ab5ec4b58a249df43e09fbc21154e879499
parent340a2b4ac0bcc737e24aa6c0e383f1188aaaaf61
lib: Break up functions, begin matcher

Moved test hook out of command.c into vtysh.c,
renamed graph modules, added matching code

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
12 files changed:
lib/Makefile.am
lib/cmdtree.c [deleted file]
lib/cmdtree.h [deleted file]
lib/command.c
lib/command_graph.c [new file with mode: 0644]
lib/command_graph.h [new file with mode: 0644]
lib/command_match.c [new file with mode: 0644]
lib/command_match.h [new file with mode: 0644]
lib/command_parse.y
lib/grammar_sandbox.c
lib/grammar_sandbox.h [new file with mode: 0644]
vtysh/vtysh.c