docs: Fix overlapping 'weak' edges in ovs-vswitchd.conf.db.5.
[cascardo/ovs.git] / ovsdb / ovsdb-dot.in
index 006d7ed..134ce22 100755 (executable)
@@ -30,7 +30,6 @@ def printEdge(tableName, type, baseType, label):
         options = {}
         options['label'] = '"%s%s"' % (label, arity)
         if baseType.ref_type == 'weak':
-            options['constraint'] = 'false'
             options['style'] = 'dotted'
         print "\t%s -> %s [%s];" % (
             tableName,