diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-27 20:42:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-27 20:50:08 +0200 |
commit | 102bd40e1ed71c7ab980a90435a1c23d4c786c63 (patch) | |
tree | 71cd8c495b45e028b2b742d6be96dc677773b914 /man/systemd.netdev.xml | |
parent | fed515f0a845a2ce387cb2d1fcac1ca36b5bac46 (diff) |
man: split systemd.network(5) and related into various sections for better readability
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index c17ae9eb22..bf1d24e0af 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -78,6 +78,11 @@ <filename>/usr/lib</filename>, pointing to <filename>/dev/null</filename>, disables the configuration file entirely.</para> + </refsect1> + + <refsect1> + <title>[Match] Section Options</title> + <para>A virtual network device is only created if the <literal>[Match]</literal> section matches the current environment, or if the section is empty. The following keys are accepted:</para> @@ -127,6 +132,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[NetDev] Section Options</title> + <para>The <literal>[NetDev]</literal> section accepts the following keys:</para> @@ -149,6 +159,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[VLAN] Section Options</title> + <para>The <literal>[VLAN]</literal> section only applies for netdevs of kind <literal>vlan</literal>, and accepts the following key:</para> @@ -162,6 +177,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[MACVLAN] Section Options</title> + <para>The <literal>[MACVLAN]</literal> section only applies for netdevs of kind <literal>macvlan</literal>, and accepts the following key:</para> |