summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorSusant Sahani <145210+ssahani@users.noreply.github.com>2018-04-27 14:02:28 +0530
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-27 10:32:28 +0200
commit7f9915f0de67f3a10a4b22810d119da65af8c84a (patch)
tree21735e2eb00dfc3a15e2dc50bd71aa9e32465202 /man/systemd.network.xml
parent385f3a0d8dcb4ebf2834dcaf06a3692128ee11d8 (diff)
downloadsystemd-7f9915f0de67f3a10a4b22810d119da65af8c84a.tar.gz
networkd: Bridge Property Use kernel defaults. (#8825)
Rather than choosing to set or unset any of these flag use kernel defaults. This patch makes following properties to unset. UseBPDU = unset HairPin = unset FastLeave = unset AllowPortToBeRoot = unset UnicastFlood = unset
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index a45bbe26ea..55db523e79 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1634,7 +1634,7 @@
<listitem>
<para>A boolean. Controls whether the bridge should flood
traffic for which an FDB entry is missing and the destination
- is unknown through this port. Defaults to on.
+ is unknown through this port. Defaults to unset.
</para>
</listitem>
</varlistentry>
@@ -1642,7 +1642,7 @@
<term><varname>HairPin=</varname></term>
<listitem>
<para>A boolean. Configures whether traffic may be sent back
- out of the port on which it was received. By default, this
+ out of the port on which it was received. Defaults to unset. When this
flag is false, and the bridge will not forward traffic back
out of the receiving port.</para>
</listitem>
@@ -1651,7 +1651,7 @@
<term><varname>UseBPDU=</varname></term>
<listitem>
<para>A boolean. Configures whether STP Bridge Protocol Data Units will be
- processed by the bridge port. Defaults to yes.</para>
+ processed by the bridge port. Defaults to unset.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -1659,7 +1659,7 @@
<listitem>
<para>A boolean. This flag allows the bridge to immediately stop multicast
traffic on a port that receives an IGMP Leave message. It is only used with
- IGMP snooping if enabled on the bridge. Defaults to off.</para>
+ IGMP snooping if enabled on the bridge. Defaults to unset.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -1667,7 +1667,7 @@
<listitem>
<para>A boolean. Configures whether a given port is allowed to
become a root port. Only used when STP is enabled on the bridge.
- Defaults to on.</para>
+ Defaults to unset.</para>
</listitem>
</varlistentry>
<varlistentry>