diff options
author | Tobias Jungel <Tobias.Jungel@gmail.com> | 2016-05-30 17:00:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-30 17:00:16 +0200 |
commit | c6f8d17de0c36f94213496e2c9fd013f113ebe08 (patch) | |
tree | b587d1b21527abfa2f23438a86e9408e83172aed /man/systemd.netdev.xml | |
parent | ca473d572f0d2d8f547ff787ae67afd489a3f15e (diff) | |
download | systemd-c6f8d17de0c36f94213496e2c9fd013f113ebe08.tar.gz |
networkd: bridge add support to configure VLAN filtering (#3344)
This patch implements support for IFLA_BR_VLAN_FILTERING configuration.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 8d12c305d2..cde5d65949 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -330,6 +330,15 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>VLANFiltering=</varname></term> + <listitem> + <para>A boolean. This setting controls the IFLA_BR_VLAN_FILTERING option in the kernel. + If enabled, the bridge will be started in VLAN-filtering mode. When unset, the kernel's + default setting applies. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |