]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpd: remove outdated comment about custom TLV
authorVincent Bernat <vincent@bernat.im>
Sat, 3 Oct 2015 23:11:03 +0000 (01:11 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 3 Oct 2015 23:11:03 +0000 (01:11 +0200)
src/lldpd-structs.h

index 26b1cb131e56528ed07055c8439e54f59d1ad84b..1a46dd1b230c5fee889f943ffb557afb64b44ef8 100644 (file)
@@ -223,7 +223,7 @@ struct lldpd_custom {
        u_int8_t                oui[LLDP_TLV_ORG_OUI_LEN];
        /* Organizationally Defined Subtype */
        u_int8_t                subtype;
-       /* Organizationally Defined Information String; for now/simplicity static array */
+       /* Organizationally Defined Information String */
        u_int8_t                *oui_info;
        /* Organizationally Defined Information String length */
        int                     oui_info_len;