]> git.proxmox.com Git - mirror_frr.git/commit
grammar_sandbox: add .dot file writing capability
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 5 Dec 2016 22:03:57 +0000 (23:03 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 23 Jan 2017 20:52:44 +0000 (21:52 +0100)
commit818a5168a1c141beaa63fe887d195123a23a012e
treeb6a26f8aaff28f3b3b88e174fc0dec5f901113da
parent8bb647a8302be446e4ea4d05b98f3c656cb647d7
grammar_sandbox: add .dot file writing capability

Writing a .dot graphviz file is very useful to get a graphical
representation of the command graph.

This code is intended solely for testing & development, it uses some
fixed-size array and may unexpectedly crash.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/grammar_sandbox.c