diff options
author | Susant Sahani <susant@redhat.com> | 2014-12-20 13:35:06 +0530 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-22 21:29:41 +0100 |
commit | 1af2536acf8aecc3eb940d04268a419c956ee10a (patch) | |
tree | 41494d788c0bf6dca9bacabe5ae9a0d786bddc10 /man | |
parent | 34109a531fb3b26fa00f0261987c7cca710e42aa (diff) |
networkd: introduce gretap
This patch introdeces gretap to networkd
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 03b0940716..ca50558644 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -166,9 +166,10 @@ <literal>macvlan</literal>, <literal>ipvlan</literal>, <literal>vxlan</literal>, <literal>ipip</literal>, <literal>gre</literal>, - <literal>sit</literal>, <literal>vti</literal>, - <literal>veth</literal>, <literal>tun</literal>, - <literal>tap</literal> and <literal>dummy</literal> + <literal>gretap</literal>, <literal>sit</literal>, + <literal>vti</literal>, <literal>veth</literal>, + <literal>tun</literal>, <literal>tap</literal> and + <literal>dummy</literal> are supported. This option is compulsory.</para> </listitem> </varlistentry> @@ -329,8 +330,8 @@ <title>[Tunnel] Section Options</title> <para>The <literal>[Tunnel]</literal> section only applies for netdevs of kind - <literal>ipip</literal>, <literal>sit</literal>, <literal>gre</literal> and - <literal>vti</literal> and accepts the following keys:</para> + <literal>ipip</literal>, <literal>sit</literal>, <literal>gre</literal>, <literal>gretap</literal>, + and <literal>vti</literal> and accepts the following keys:</para> <variablelist class='network-directives'> <varlistentry> |