summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2019-05-15 15:42:30 +0530
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-05-16 09:48:53 +0900
commit69c317a07f86166a3b23a928dd4b042a43c18290 (patch)
treecf21f19fb52cdc5d6dc06fa4ed3cbff2ec9413bc /man
parent05dc2132e047380eecc50ff3f1ed742722cc6a1e (diff)
downloadsystemd-69c317a07f86166a3b23a928dd4b042a43c18290.tar.gz
networkd: introduce netdev ipvtap
This patch adds netdev ipvtap that is based on the IP-VLAN network interface, called ipvtap. An ipvtap device can be created in the same way as an ipvlan device, using 'kind ipvtap', and then accessed using the tap user space interface.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 42632a6540..f11c3e142a 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -115,6 +115,9 @@
<row><entry><varname>ipvlan</varname></entry>
<entry>An ipvlan device is a stacked device which receives packets from its underlying device based on IP address filtering.</entry></row>
+ <row><entry><varname>ipvtap</varname></entry>
+ <entry>An ipvtap device is a stacked device which receives packets from its underlying device based on IP address filtering and can be accessed using the tap user space interface.</entry></row>
+
<row><entry><varname>macvlan</varname></entry>
<entry>A macvlan device is a stacked device which receives packets from its underlying device based on MAC address filtering.</entry></row>
@@ -520,6 +523,15 @@
</refsect1>
<refsect1>
+ <title>[IPVTAP] Section Options</title>
+
+ <para>The <literal>[IPVTAP]</literal> section only applies for
+ netdevs of kind <literal>ipvtap</literal> and accepts the
+ same key as <literal>[IPVLAN]</literal>.</para>
+
+ </refsect1>
+
+ <refsect1>
<title>[VXLAN] Section Options</title>
<para>The <literal>[VXLAN]</literal> section only applies for
netdevs of kind <literal>vxlan</literal>, and accepts the