From: Ian Jackson Date: Sun, 25 Jul 2021 17:07:35 +0000 (+0100) Subject: config: Add missing ' ' around %(rnets)s X-Git-Tag: hippotat/1.0.0~450 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=cc98b051dc06f01394bb22acc80d69926fe90cb6;p=hippotat.git config: Add missing ' ' around %(rnets)s Signed-off-by: Ian Jackson --- diff --git a/src/config.rs b/src/config.rs index 79ff778..69718d7 100644 --- a/src/config.rs +++ b/src/config.rs @@ -58,7 +58,7 @@ ifname_client = hippo%%d ifname_server = shippo%%d max_clock_skew = 300 -ipif = userv root ipif %(local)s,%(peer)s,%(mtu)s,slip,%(ifname)s %(rnets)s +ipif = userv root ipif %(local)s,%(peer)s,%(mtu)s,slip,%(ifname)s '%(rnets)s' mtu = 1500