GraphDumpFile - Feature request
Peter Dey
tinc at realmtech.net
Sun Mar 22 12:51:28 CET 2009
Hi Guus,
I've been a huge fan of the GraphDumpFile parameter in tinc -- it certainly
beats sending USR2 to tincd, and ploughing through syslog to figure out which
nodes are connected.
Could I request that GraphDumpFile dumps a little more data to the file,
namely, the subnet; changing the output file from (for example):
digraph {
nodeA [label = "nodeA"];
nodeB [label = "nodeB"];
}
...to this...
digraph {
nodeA [label = "nodeA\n172.16.0.0/16"];
nodeB [label = "nodeB\n172.17.1.0/24"];
}
Thanks,
Peter
More information about the tinc
mailing list