]> git.proxmox.com Git - mirror_frr.git/commit
lib: Add matching and argv support
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 27 Jul 2016 01:35:46 +0000 (01:35 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 27 Jul 2016 01:35:46 +0000 (01:35 +0000)
commiteceb106640e0279ed89e476c25f37f3b2da860fc
treeb12bbe56de2a2ad613a8880ae1b7d825a7fd992e
parenta53fbbf5f0e52793c262f9326340a606cf37500f
lib: Add matching and argv support

Queries may be run against DFA's to find matching
cmd_element, and argument lists may be constructed.

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 [deleted file]
lib/command_parse.y
lib/grammar_sandbox.c