From 8003e78962a6e6e40c2732a565487151ad98b58e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 29 Mar 2015 18:42:14 +0200 Subject: [PATCH] lib: a change to port description is transmitted now --- 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 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 */ -- 2.39.5