From: Vincent Bernat Date: Sat, 1 Jun 2013 09:41:57 +0000 (+0200) Subject: lldpctl.h: document possibility to write iface-pattern X-Git-Tag: 0.7.4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e516f104a85dce56d3b1b131ece8c571badd6a9;p=thirdparty%2Flldpd.git lldpctl.h: document possibility to write iface-pattern --- diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index c4efd997..5362e8b6 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -585,7 +585,7 @@ typedef enum { lldpctl_k_config_tx_interval, /**< `(I,WO)` Transmit interval. When set to -1, it is meant to transmit now. */ lldpctl_k_config_receiveonly, /**< `(I,WO)` Receive only mode */ 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_iface_pattern, /**< `(S,WO)` Pattern of enabled interfaces */ lldpctl_k_config_cid_pattern, /**< `(S)` Interface pattern to choose the chassis ID */ lldpctl_k_config_description, /**< `(S)` Chassis description overridden */ lldpctl_k_config_platform, /**< `(S)` Platform description overridden (CDP) */