]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: `lldpctl_k_config_receiveonly` is a read-only property
authorVincent Bernat <bernat@luffy.cx>
Wed, 3 Jul 2013 07:44:59 +0000 (09:44 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 3 Jul 2013 07:44:59 +0000 (09:44 +0200)
Update `lldpctl.h` to reflect this fact.

src/lib/lldpctl.h

index 9ab5344ac858ae69d2f3b8c37c371efcc3d8633d..cf3cf76df93a131ec7ce953127f2ec7990d10660 100644 (file)
@@ -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 */