From: Vincent Bernat Date: Sun, 29 Mar 2015 16:42:14 +0000 (+0200) Subject: lib: a change to port description is transmitted now X-Git-Tag: 0.7.14~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8003e78962a6e6e40c2732a565487151ad98b58e;p=thirdparty%2Flldpd.git lib: a change to port description is transmitted now --- diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index bf710076..a2d9f296 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -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 */