diff options
Diffstat (limited to 'ovsdb/ovsdb-dot.in')
-rwxr-xr-x | ovsdb/ovsdb-dot.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ovsdb/ovsdb-dot.in b/ovsdb/ovsdb-dot.in index 006d7ed90..134ce2269 100755 --- a/ovsdb/ovsdb-dot.in +++ b/ovsdb/ovsdb-dot.in @@ -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, |