From 47e3927644e1776d3b678f81ec2c65727dccd539 Mon Sep 17 00:00:00 2001 From: north Date: Mon, 2 Jun 2008 19:44:40 +0000 Subject: [PATCH] Fix nonconstraint flat edges that get flipped --- rtest/graphs/b1364.dot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rtest/graphs/b1364.dot diff --git a/rtest/graphs/b1364.dot b/rtest/graphs/b1364.dot new file mode 100644 index 000000000..f8cb9a72f --- /dev/null +++ b/rtest/graphs/b1364.dot @@ -0,0 +1,8 @@ +digraph { +"tcp" -> "kernel_linux" [ label="linux" ]; +"usmStats" -> "usmStats-5.5" [ color=red,constraint=false ]; +"usmStats-5.5" -> "usmStats" [ color=red,constraint=false ]; +"snmpv3mibs" -> "snmpEngine"; +"snmpv3mibs" -> "usmStats-5.5"; +"snmpv3mibs" -> "usmStats" [ style=dashed ]; +} -- 2.50.1