Allow dumping either directed or undirected graphs.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 26 Sep 2012 21:52:36 +0000 (23:52 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 26 Sep 2012 21:52:36 +0000 (23:52 +0200)
Internally, tinc maintains a directed graph of the meta connections between
nodes. However, this causes graphviz to draw two lines between nodes, which is
not always desirable. The "dump graph" command now defaults to dumping an
undirected graph, the "dump digraph" command will dump a directed graph.


No differences found