From: Vincent Bernat Date: Wed, 3 Jul 2013 07:44:59 +0000 (+0200) Subject: lib: `lldpctl_k_config_receiveonly` is a read-only property X-Git-Tag: 0.7.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de09499f87ffd9ea8a8df5d1aae9eb4b9a6261f;p=thirdparty%2Flldpd.git lib: `lldpctl_k_config_receiveonly` is a read-only property Update `lldpctl.h` to reflect this fact. --- diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index 9ab5344a..cf3cf76d 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -583,7 +583,7 @@ lldpctl_atom_t *lldpctl_get_port(lldpctl_atom_t *port); */ 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_receiveonly, /**< `(I)` Receive only mode */ lldpctl_k_config_mgmt_pattern, /**< `(S)` Pattern to choose the management address */ lldpctl_k_config_iface_pattern, /**< `(S,WO)` Pattern of enabled interfaces */ lldpctl_k_config_cid_pattern, /**< `(S)` Interface pattern to choose the chassis ID */