From 24133f559158cbd210a4b28778898acbaadac6a9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 May 2015 19:30:02 +0200 Subject: [PATCH] doc: add an entry for setting custom TLV in lldpcli manual page --- src/client/lldpcli.8.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 -- 2.39.5