summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTobias Jungel <Tobias.Jungel@gmail.com>2016-05-30 17:00:16 +0200
committerLennart Poettering <lennart@poettering.net>2016-05-30 17:00:16 +0200
commitc6f8d17de0c36f94213496e2c9fd013f113ebe08 (patch)
treeb587d1b21527abfa2f23438a86e9408e83172aed /man
parentca473d572f0d2d8f547ff787ae67afd489a3f15e (diff)
networkd: bridge add support to configure VLAN filtering (#3344)
This patch implements support for IFLA_BR_VLAN_FILTERING configuration.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml9
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>