From f61cda6a95175c90fa7986e32bf7080d2167342a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Jul 2021 19:37:01 +0100 Subject: [PATCH] config: Add missing ' ' around %(rnets)s in docs Signed-off-by: Ian Jackson --- README.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2