diff --git a/cli/src/connections.c b/cli/src/connections.c index 3c5dc8579f..0141b36530 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -285,13 +285,13 @@ usage_connection_add (void) " team: [config |]\n\n" " team-slave: master \n" " [config |]\n\n" - " bridge: [stp yes|no>]\n" + " bridge: [stp yes|no]\n" " [priority ]\n" " [forward-delay <2-30>]\n" " [hello-time <1-10>]\n" " [max-age <6-40>]\n" " [ageing-time <0-1000000>]\n\n" - " bridge-slave: master \n" " [priority <0-63>]\n" " [path-cost <1-65535>]\n" " [hairpin yes|no]\n\n" diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 6defe314f5..f7bcaa3b01 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -470,17 +470,17 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .B bond: .IP "\fI[mode balance-rr (0) | active-backup (1) | balance-xor (2) | broadcast (3) |\fP" .IP "\fI 802.3ad (4) | balance-tlb (5) | balance-alb (6)]\fP" 42 -\(en bonding mode +\(en bonding mode (default: balance-rr) .IP "\fI[primary ]\fP" 42 \(en primary interface name (for "active-backup" mode) .IP "\fI[miimon ]\fP" 42 -\(en miimon +\(en miimon (default: 100) .IP "\fI[downdelay ]\fP" 42 -\(en downdelay +\(en downdelay (default: 0) .IP "\fI[updelay ]\fP" 42 -\(en updelay +\(en updelay (default: 0) .IP "\fI[arp-interval ]\fP" 42 -\(en ARP interval +\(en ARP interval (default: 0) .IP "\fI[arp-ip-target ]\fP" 42 \(en ARP IP target .RE @@ -507,18 +507,18 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .RS .TP .B bridge: -.IP "\fI[stp yes|no>]\fP" 42 -\(en controls whether Spanning Tree Protocol (STP) is enabled for this bridge +.IP "\fI[stp yes|no]\fP" 42 +\(en controls whether Spanning Tree Protocol (STP) is enabled for this bridge (default: yes) .IP "\fI[priority ]\fP" 42 -\(en sets STP priority +\(en sets STP priority (default: 128) .IP "\fI[forward-delay <2-30>]\fP" 42 -\(en STP forwarding delay, in seconds +\(en STP forwarding delay, in seconds (default: 15) .IP "\fI[hello-time <1-10>]\fP" 42 -\(en STP hello time, in seconds +\(en STP hello time, in seconds (default: 2) .IP "\fI[max-age <6-42>]\fP" 42 -\(en STP maximum message age, in seconds +\(en STP maximum message age, in seconds (default: 20) .IP "\fI[ageing-time <0-1000000>]\fP" 42 -\(en the Ethernet MAC address aging time, in seconds +\(en the Ethernet MAC address aging time, in seconds (default: 300) .RE .RS .TP @@ -526,12 +526,12 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .IP "\fImaster \fP" 42 \(en name of bridge master interface .IP "\fI[priority <0-63>]\fP" 42 -\(en STP priority of this slave +\(en STP priority of this slave (default: 32) .IP "\fI[path-cost <1-65535>]\fP" 42 -\(en STP port cost for destinations via this slave +\(en STP port cost for destinations via this slave (default: 100) .IP "\fI[hairpin yes|no]\fP" 42 \(en 'hairpin mode' for the slave, which allows frames -to be sent back out through the slave the frame was received on +to be sent back out through the slave the frame was received on (default: yes) .RE .RS .TP