From: Yu Watanabe Date: Thu, 21 Mar 2019 16:54:27 +0000 (+0900) Subject: man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any' X-Git-Tag: v242-rc1~87^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12066%2Fhead;p=thirdparty%2Fsystemd.git man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any' --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 43a4bf9a715..e4e936cdfdb 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -870,14 +870,15 @@ Local= - A static local address for tunneled packets. It must - be an address on another interface of this host. + A static local address for tunneled packets. It must be an address on another interface of + this host, or the special value any. Remote= - The remote endpoint of the tunnel. + The remote endpoint of the tunnel. Takes an IP address or the special value + any.