diff options
Diffstat (limited to 'src/vnet/lldp/lldp_node.h')
-rw-r--r-- | src/vnet/lldp/lldp_node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/lldp/lldp_node.h b/src/vnet/lldp/lldp_node.h index 477ca7dc691..14a10e330de 100644 --- a/src/vnet/lldp/lldp_node.h +++ b/src/vnet/lldp/lldp_node.h @@ -43,6 +43,9 @@ typedef struct lldp_intf lldp_port_id_subtype_t port_id_subtype; lldp_chassis_id_subtype_t chassis_id_subtype; + /* Local info */ + u8 *port_desc; + } lldp_intf_t; typedef struct |