diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-10 23:49:17 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-11 09:59:06 +0900 |
commit | 8c9c703c5532fa5353f8e8a95419885da7e03c19 (patch) | |
tree | 779556149e7ff9ccdf572ec64a75eb7814f2676d /man | |
parent | 3140e8a55aba4366790a26ec95c39e245bc8f6bd (diff) | |
download | systemd-8c9c703c5532fa5353f8e8a95419885da7e03c19.tar.gz systemd-8c9c703c5532fa5353f8e8a95419885da7e03c19.tar.bz2 systemd-8c9c703c5532fa5353f8e8a95419885da7e03c19.zip |
network: add AssignToLoopback= setting to [Tunnel] section
networkd does not manage loopback interface lo. So, previously, we have
no way to assign tunnel devices to lo.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 3cce776cc2..ff37f26990 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1216,6 +1216,13 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>AssignToLoopback=</varname></term> + <listitem> + <para>Takes a boolean. If set to <literal>yes</literal>, the loopback interface <literal>lo</literal> + is used as the underlying device of the tunnel interface. Defaults to <literal>no</literal>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>AllowLocalRemote=</varname></term> <listitem> <para>Takes a boolean. When true allows tunnel traffic on <varname>ip6tnl</varname> devices where the remote endpoint is a local host address. |