Double-quote nodes in graphviz network file
authorQuentin Rameau <quinq@fifth.space>
Wed, 28 Nov 2018 23:17:12 +0000 (00:17 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 30 Nov 2018 13:37:38 +0000 (14:37 +0100)
commitd22f4cb856db361cc413a2f9bcd326404afa470e
tree98d164e8ce593172bb7e0c7303227f1a1c80be13
parent228a03aaa707a5fcced9dd5148a4bdb7e5ef025b
Double-quote nodes in graphviz network file

This is needed for all nodes with a name starting with a digit,
otherwise the ID would be interpreted as a numeral.
src/graph.c