]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix deduplication bug, reinstate graph print
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 7 Sep 2016 23:02:39 +0000 (23:02 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 7 Sep 2016 23:02:39 +0000 (23:02 +0000)
commit97f13f08655c924e782e2aa82933b4a7eec68de2
tree361548b82b146cfb730458dd9c357a36252edd0f
parent1eb5e8dcd17d84959a46a2d837ae719fc8eb3516
lib: Fix deduplication bug, reinstate graph print

Comparing the wrong nodes led to duplication during
graph construction, fixed. Also update graph pretty
print to use new graph struct.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command_parse.y
lib/grammar_sandbox.c