From bef085b8dbca5c029261cbf4e9760cbdfbb3b4a6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 21 May 2014 17:31:34 +0200 Subject: [PATCH] lldpcli: document `configure lldp portidsubtype` command --- src/client/lldpcli.8.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index e7f1ac4a..013b4dc5 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -230,6 +230,22 @@ want to blacklist IPv6 addresses, you can use .Em !*:* . .Ed +.Cd configure +.Cd portidsubtype ifname +.Cd ifname | macaddress +.Bd -ragged -offset XXXXXX +Force port ID subtype. By default, +.Nm +will use the MAC address as port identifier and the interface name as +port description, unless the interface has an alias. In this case, the +interface name will be used as port identifier and the description +will be the interface alias. With this command, you can force the port +identifier to be the interface name (with +.Cd ifname ) +or the MAC address (with +.Cd macaddress ) . +.Ed + .Cd configure .Cd lldp tx-interval Ar interval .Bd -ragged -offset XXXXXX -- 2.39.5