]> git.puffer.fish Git - matthieu/frr.git/commit
lib: parser: remove incorrect assert
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 14 Jul 2017 15:53:59 +0000 (17:53 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 14 Jul 2017 15:53:59 +0000 (17:53 +0200)
commit33cef919327fe03dbce53a422caccecb3f09faca
treed841b5e5d8ea7ec784e439428c4d4d364b7cae19
parent3192b3ac46ce3f500cc64bb267b25bcfc655531a
lib: parser: remove incorrect assert

A {foo|bar|baz} graph node will have more than 1/2 incoming links even
if no other references are left to it (which is what the assert was
previously trying to ensure.)

I don't see a good way to "fix" the assert so I'm just removing it.

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