formats are available. The default is
.Em plain .
.El
-
.Pp
When invoked as
.Nm lldpctl ,
will display detailed information about each neighbors on the
specified interfaces or on all interfaces if none are specified. This
command is mostly kept for backward compatibility with older versions.
-
.Pp
The following commands are supported by
.Nm .
and
.Cd sh neigh p eth0 sum
are the same command.
-
.Bd -ragged -offset XX
.Cd exit
.Bd -ragged -offset XXXXXX
(described below), this option can use wildcards and inversions.
Without this option, the first IPv4 and the first IPv6 are used. If
only negative patterns are provided, only one IPv4 and one IPv6
-addresses are choosen. Otherwise, many of them can be selected. If you
+addresses are chosen. Otherwise, many of them can be selected. If you
want to blacklist IPv6 addresses, you can use
.Em !*:* .
.It Fl I Ar interfaces
if ((LOCAL_CHASSIS(cfg)->c_name = strdup(hp)) == NULL)
fatal("localchassis", NULL);
if (cfg->g_config.c_description) {
- log_debug("localchassis", "use overriden description `%s`", cfg->g_config.c_description);
+ log_debug("localchassis", "use overridden description `%s`", cfg->g_config.c_description);
if (asprintf(&LOCAL_CHASSIS(cfg)->c_descr, "%s",
cfg->g_config.c_description) == -1)
fatal("localchassis", "failed to set full system description");
lldpctl_k_config_mgmt_pattern, /**< `(S)` Pattern to choose the management address */
lldpctl_k_config_iface_pattern, /**< `(S)` Pattern of enabled interfaces */
lldpctl_k_config_cid_pattern, /**< `(S)` Interface pattern to choose the chassis ID */
- lldpctl_k_config_description, /**< `(S)` Chassis description overriden */
- lldpctl_k_config_platform, /**< `(S)` Platform description overriden (CDP) */
+ lldpctl_k_config_description, /**< `(S)` Chassis description overridden */
+ lldpctl_k_config_platform, /**< `(S)` Platform description overridden (CDP) */
lldpctl_k_config_advertise_version, /**< `(I)` Advertise version */
lldpctl_k_config_lldpmed_noinventory, /**< `(I)` Disable LLDP-MED inventory */