From 84c3409631f48869dcb59c0a74eba6d4ac40ad93 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 24 Jul 2015 22:52:26 -0400 Subject: networkd: rename BPDUGuard to UseBPDU Rename to follow the follow the style of other options. In general "positive" options are preferred to "negative" ones, because they are easier to describe and easier for humans to parse (c.f. the shortening on the man page entry). --- man/systemd.network.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 85f16e73e6..0dab96d127 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -687,12 +687,10 @@ - BPDUGuard= + UseBPDU= 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. Defaults to off. + processed by the bridge port. Defaults to yes. -- cgit v1.2.3-54-g00ecf