]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: a change to port description is transmitted now
authorVincent Bernat <vincent@bernat.im>
Sun, 29 Mar 2015 16:42:14 +0000 (18:42 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 29 Mar 2015 16:42:14 +0000 (18:42 +0200)
src/lib/lldpctl.h

index bf7100769c0141a95703ae388f19926a2f5b2410..a2d9f296122d9053e0da34828f22ddf6be456bcf 100644 (file)
@@ -627,7 +627,7 @@ typedef enum {
        lldpctl_k_port_age,        /**< `(I)`  Age of information, seconds from epoch. */
        lldpctl_k_port_id_subtype, /**< `(IS)` The subtype ID of this port.  */
        lldpctl_k_port_id,         /**< `(BS,WO)` The ID of this port. */
-       lldpctl_k_port_descr,      /**< `(S,W)` The description of this port. */
+       lldpctl_k_port_descr,      /**< `(S,WO)` The description of this port. */
        lldpctl_k_port_hidden,     /**< `(I)` Is this port hidden (or should it be displayed?)? */
 
        lldpctl_k_port_dot3_mfs = 1300,    /**< `(I)` MFS */