From: Ian Jackson Date: Sun, 25 Jul 2021 18:37:01 +0000 (+0100) Subject: config: Add missing ' ' around %(rnets)s in docs X-Git-Tag: hippotat/1.0.0~442 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f61cda6a95175c90fa7986e32bf7080d2167342a;p=hippotat.git config: Add missing ' ' around %(rnets)s in docs Signed-off-by: Ian Jackson --- diff --git a/README.config b/README.config index a28be23..cde9e13 100644 --- a/README.config +++ b/README.config @@ -75,7 +75,7 @@ Exceptional settings: on server on client Plus %(mtu)s (and %% to indicate a literal %). - ["userv root ipif %(local)s,%(peer)s,%(mtu)s,slip %(rnets)s"] + ["userv root ipif %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s'"] On server: applies to all clients; not looked up in client-specific sections.