summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Anderson <dave@natulte.net>2018-11-06 21:27:09 -0800
committerDavid Anderson <dave@natulte.net>2018-11-09 17:56:33 -0800
commitd067cab35c4b4600fe77547210cc8870d2c4d135 (patch)
tree37dc6d8f4117fa518f0c8a8274f298526129c3db /man
parentb0395ac5cdce48af0d946f5d107e2f794c2ecf43 (diff)
downloadsystemd-d067cab35c4b4600fe77547210cc8870d2c4d135.tar.gz
networkd: support 6rd tunnel netdev setup.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 11baf3c4c7..3a60b99ee3 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -911,6 +911,14 @@
<para>Accepts the same key as <literal>[FooOverUDP]</literal></para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>IPv6RapidDeploymentPrefix=</varname></term>
+ <listitem>
+ <para>Reconfigure the tunnel for <ulink url="https://tools.ietf.org/html/rfc5569">IPv6 Rapid
+ Deployment</ulink>, also known as 6rd. The value is an ISP-specific IPv6 prefix with a non-zero length. Only
+ applicable to SIT tunnels.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
@@ -1520,6 +1528,18 @@ Remote=10.65.223.239</programlisting>
</example>
<example>
+ <title>/etc/systemd/network/25-6rd.netdev</title>
+ <programlisting>[NetDev]
+Name=6rd-tun
+Kind=sit
+MTUBytes=1480
+
+[Tunnel]
+Local=10.65.223.238
+IPv6RapidDeploymentPrefix=2602::/24</programlisting>
+ </example>
+
+ <example>
<title>/etc/systemd/network/25-gre.netdev</title>
<programlisting>[NetDev]
Name=gre-tun