From 2de09499f87ffd9ea8a8df5d1aae9eb4b9a6261f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 3 Jul 2013 09:44:59 +0200 Subject: [PATCH] lib: `lldpctl_k_config_receiveonly` is a read-only property Update `lldpctl.h` to reflect this fact. --- src/lib/lldpctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2