From: Vincent Bernat Date: Wed, 20 May 2015 17:30:02 +0000 (+0200) Subject: doc: add an entry for setting custom TLV in lldpcli manual page X-Git-Tag: 0.7.15~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24133f559158cbd210a4b28778898acbaadac6a9;p=thirdparty%2Flldpd.git doc: add an entry for setting custom TLV in lldpcli manual page --- diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index 2c34e98d..b4722f19 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -354,6 +354,32 @@ value and of the transmit delay. The default value is 4 and therefore the default TTL is 120 seconds. .Ed +.Cd configure +.Cd lldp custom-tlv oui Ar oui +.Cd subtype Ar subtype +.Op Cd oui-info Ar content +.Bd -ragged -offset XXXXXX +Emit a custom TLV for OUI +.Ar oui , +with subtype +.Ar subtype +and optionnaly with the bytes specified in +.Ar content . +Both +.Ar oui +and +.Ar content +should be a comma-separated list of bytes. +.Ar oui +must be exactly 3-byte long. +.Ed + +.Cd unconfigure +.Cd lldp custom-tlv +.Bd -ragged -offset XXXXXX +Remove any previously configured custom TLV. +.Ed + .Cd configure .Cd system bond-slave-src-mac-type Ar value .Bd -ragged -offset XXXXXX