diff options
author | 2018-12-01 18:21:20 +0530 | |
---|---|---|
committer | 2018-12-03 09:15:24 +0530 | |
commit | 918049ad53fb5136403b0a03e454d29edbcb0363 (patch) | |
tree | 4daa7bc46133d5f5da417a398a4140f6b38d6f99 /man | |
parent | Merge pull request #10996 from poettering/oci-prep (diff) | |
download | systemd-918049ad53fb5136403b0a03e454d29edbcb0363.tar.gz systemd-918049ad53fb5136403b0a03e454d29edbcb0363.tar.bz2 systemd-918049ad53fb5136403b0a03e454d29edbcb0363.zip |
networkd: Add support to configure ISATAP tunnel
Let's just reuse the code of sit tunnel to create a ISATAP tunnel.
Matter of turning a flag
Please see https://elixir.bootlin.com/linux/v4.19.6/source/net/ipv6/sit.c#L208
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 f17a6a961..67ccc66dd 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -925,6 +925,13 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>ISATAP=</varname></term> + <listitem> + <para>Takes a boolean. If set, configures the tunnel as Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) tunnel. + Only applicable to SIT tunnels. When unset, the kernel's default will be used.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>SerializeTunneledPackets=</varname></term> <listitem> <para>Takes a boolean. If set to yes, then packets are serialized. Only applies for ERSPAN tunnel. |