From 8643885f584b4d73919aa230b7f0bc87632485d5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 22 Mar 2019 01:54:27 +0900 Subject: [PATCH] man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any' --- man/systemd.netdev.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.47.3