diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2017-05-09 18:25:11 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-05-09 20:25:11 +0200 |
commit | 6c1ff21b008fafd8bcea8fc11b61233719c84951 (patch) | |
tree | 1c87043cff7010c6e024dc62141c78c2ee655813 /man/systemd.netdev.xml | |
parent | 09b69d68faf054e9ec1327aee716b9be7210d709 (diff) | |
download | systemd-6c1ff21b008fafd8bcea8fc11b61233719c84951.tar.gz |
network: add support for vlan confs(MVRP, reorder header, loose binding) (#5834)
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index f9b558520b..71cf2f2a50 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -410,6 +410,31 @@ the kernel's default setting applies.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>MVRP=</varname></term> + <listitem> + <para>Multiple VLAN Registration Protocol (MVRP) formerly known as GARP VLAN + Registration Protocol (GVRP) is a standards-based Layer 2 network protocol, + for automatic configuration of VLAN information on switches. It was defined + in the 802.1ak amendment to 802.1Q-2005. A boolean. When unset, the kernel's + default setting applies.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>LooseBinding=</varname></term> + <listitem> + <para>The VLAN loose binding mode, in which only the operational state is passed + from the parent to the associated VLANs, but the VLAN device state is not changed. + A boolean. When unset, the kernel's default setting applies.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>ReorderHeader=</varname></term> + <listitem> + <para>The VLAN reorder header is set VLAN interfaces behave like physical interfaces. + A boolean. When unset, the kernel's default setting applies.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |