]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: add an entry for setting custom TLV in lldpcli manual page
authorVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 17:30:02 +0000 (19:30 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 17:31:02 +0000 (19:31 +0200)
src/client/lldpcli.8.in

index 2c34e98d77d795cafeb5627b8827ea174b215a7f..b4722f1954fed7514a949b38921635d26c9d5700 100644 (file)
@@ -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