From 47c7dfe275b30cb507108f08e471d2d9ef2baa56 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 24 Jul 2015 22:37:04 -0400 Subject: man: reword new Bridge descriptions --- man/systemd.network.xml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 0b137ca97d..85f16e73e6 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -673,50 +673,51 @@ UnicastFlood= A boolean. UnicastFlood configures whether a given port will flood - unicast traffic for which there is no FDB entry. By default this - flag is off. + unicast traffic for which there is no FDB entry. Defaults to off. + HairPin= - A boolean. Configures whether traffic may be send back - out of the port on which it was received. By default, this - flag is false. and the bridge will not forward traffic back - out of the receiving port. By default the flag is off. + A boolean. Configures whether traffic may be sent back + out of the port on which it was received. By default, this + flag is false, and the bridge will not forward traffic back + out of the receiving port. BPDUGuard= - A boolean. Configures whether STP Bridge Protocol Data Units will be + A boolean. Configures whether STP Bridge Protocol Data Units will be processed by the bridge port. By default, the flag is false allowing BPDU processing. Turning this flag on will cause the port to stop processing - STP Bridge Protocol Data Units. By default the flag is off. + STP Bridge Protocol Data Units. Defaults to off. FastLeave= - A boolean. This flag allows the bridge to immediately stop multicast + A boolean. This flag allows the bridge to immediately stop multicast traffic on a port that receives IGMP Leave message. It is only used with - IGMP snooping if enabled on the bridge. By default the flag is off. + IGMP snooping if enabled on the bridge. Defaults to off. RootBlock= - A boolean. Configures whether a given port is allowed to - become root port or not. Only used when STP is enabled on the bridge. - By default the flag is off. + 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 off. Cost= - Each port in a bridge may have different speed. Cost + Sets the "cost" of sending packets of this interface. + Each port in a bridge may have different speed and the cost is used to decide which link to use. Faster interfaces - should have lower costs + should have lower costs. -- cgit v1.2.3-54-g00ecf