Double-quote node names in dump graph output.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 30 Nov 2018 13:41:55 +0000 (14:41 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 30 Nov 2018 13:41:55 +0000 (14:41 +0100)
commit6048e276153ae3cb181fe9996b7ab43afdbae38c
tree5220105765ccc1d873b02c30bf2196ca9cf450ff
parent2bc475274bd467532a1de0cf708072292d215474
Double-quote node names in dump graph output.

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

Based on the patch from Quentin Rameau for tinc 1.0.
src/tincctl.c