docs: Implement our own dot->pic translator.
[openvswitch] / ovsdb / ovsdb-dot.in
index 4569f2efdd5bb8d1769ae837d25c327cdcaafca1..cea89879d3c9d34e2a7725152e7c51d93bced53d 100755 (executable)
@@ -29,6 +29,7 @@ def schemaToDot(schemaFile):
         print '\tsize="6.5,4";'
         print '\tmargin="0";'
         print "\tnode [shape=box];"
+        print "\tedge [dir=none, arrowhead=none, arrowtail=none];"
         print "\t%s;" % tableName
         for columnName, column in table.columns.iteritems():
             if column.type.value: