]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpcli: move "conf sys bond-slave-src-mac-type" in man page
authorVincent Bernat <vincent@bernat.im>
Mon, 6 Jul 2015 15:44:49 +0000 (17:44 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 6 Jul 2015 15:44:49 +0000 (17:44 +0200)
src/client/lldpcli.8.in

index 58da359a9282b5d78a6b1c1540418d08b98d552f..4e4c9d0cc0c9999646857326e7c7cf94345218dd 100644 (file)
@@ -316,6 +316,39 @@ Unset any specific pattern for matching management addresses. This
 option undoes the previous one.
 .Ed
 
+.Cd configure
+.Cd system bond-slave-src-mac-type Ar value
+.Bd -ragged -offset XXXXXX
+Set the type of src mac in lldp frames sent on bond slaves
+
+Valid types are:
+.Bl -tag -width "XXX." -compact -offset XX
+.It Sy real
+Slave real mac
+.It Sy zero
+All zero mac
+.It Sy fixed
+An arbitrary fixed value
+.Li ( 00:60:08:69:97:ef )
+.It Sy local
+Real mac with locally administered bit set. If the real mac already
+has the locally administered bit set, fallback to the fixed value.
+.El
+.Pp
+Default value for
+.Nm bond-slave-src-mac-type
+is
+.Nm local .
+Some switches may complain when using one of the two other possible
+values (either because
+.Li 00:00:00:00:00:00
+is not a valid MAC or because the MAC address is flapping from one
+port to another). Using
+.Sy local
+might lead to a duplicate MAC address on the network (but this is
+quite unlikely).
+.Ed
+
 .Cd configure
 .Cd lldp portidsubtype
 .Cd ifname | macaddress | local Ar value Op Cd description Ar description
@@ -380,39 +413,6 @@ must be exactly 3-byte long.
 Remove any previously configured custom TLV.
 .Ed
 
-.Cd configure
-.Cd system bond-slave-src-mac-type Ar value
-.Bd -ragged -offset XXXXXX
-Set the type of src mac in lldp frames sent on bond slaves
-
-Valid types are:
-.Bl -tag -width "XXX." -compact -offset XX
-.It Sy real
-Slave real mac
-.It Sy zero
-All zero mac
-.It Sy fixed
-An arbitrary fixed value
-.Li ( 00:60:08:69:97:ef )
-.It Sy local
-Real mac with locally administered bit set. If the real mac already
-has the locally administered bit set, fallback to the fixed value.
-.El
-.Pp
-Default value for
-.Nm bond-slave-src-mac-type
-is
-.Nm local .
-Some switches may complain when using one of the two other possible
-values (either because
-.Li 00:00:00:00:00:00
-is not a valid MAC or because the MAC address is flapping from one
-port to another). Using
-.Sy local
-might lead to a duplicate MAC address on the network (but this is
-quite unlikely).
-.Ed
-
 .Cd configure med fast-start
 .Cd enable | tx-interval Ar interval
 .Bd -ragged -offset XXXXXX