]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_parse.y
lib: Reorganize some matching stuff
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 22 Jul 2016 19:04:16 +0000 (19:04 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 22 Jul 2016 19:04:16 +0000 (19:04 +0000)
commit880e24a1e4cc78cb23ebdd72f2e5cea861cf8be2
treefefe79765d2c5932a4083e428843657b9d673edd
parent18be0e599d1ba666e59a3d027e973eb41798f46f
lib: Reorganize some matching stuff

Introduce new node type, END_GN, and remove
is_leaf flags. Reorganize command_match.c & remove
internal functions from command_match.h. Start
rewriting command.h in command_new.h with changes
for new backend.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command_graph.c
lib/command_graph.h
lib/command_match.c
lib/command_match.h
lib/command_new.h [new file with mode: 0644]
lib/command_parse.y
lib/grammar_sandbox.c