]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/lldpd-structs.h
Support for modifying PortID TLV
[thirdparty/lldpd.git] / src / lldpd-structs.h
index 245dd8ccc8f1223db0e2747582d0b2c76aaedfe5..ac4e6339b449c559c5aea07b4f6366be7cb3dfde 100644 (file)
@@ -336,6 +336,7 @@ struct lldpd_config {
        int c_tx_hold;          /* Transmit hold */
        int c_bond_slave_src_mac_type; /* Src mac type in lldp frames over bond
                                          slaves */
+       int c_lldp_portid_type; /* The PortID type */
 };
 MARSHAL_BEGIN(lldpd_config)
 MARSHAL_STR(lldpd_config, c_mgmt_pattern)