aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2018-12-01 18:21:20 +0530
committerSusant Sahani <ssahani@gmail.com>2018-12-03 09:15:24 +0530
commit918049ad53fb5136403b0a03e454d29edbcb0363 (patch)
tree4daa7bc46133d5f5da417a398a4140f6b38d6f99 /man
parentMerge pull request #10996 from poettering/oci-prep (diff)
downloadsystemd-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.xml7
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.