From 3106c706e88d0390b9c3f3129fe17d2ef3f71d7a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 6 Jul 2015 17:44:49 +0200 Subject: [PATCH] lldpcli: move "conf sys bond-slave-src-mac-type" in man page --- src/client/lldpcli.8.in | 66 ++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index 58da359a..4e4c9d0c 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -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 -- 2.39.5