summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd-structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lldp/lldpd-structs.h')
-rw-r--r--lib/lldp/lldpd-structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lldp/lldpd-structs.h b/lib/lldp/lldpd-structs.h
index 59d239c3e..15e5ce8fa 100644
--- a/lib/lldp/lldpd-structs.h
+++ b/lib/lldp/lldpd-structs.h
@@ -182,7 +182,7 @@ struct lldpd_hardware {
* to 0. */
int h_ifindex; /* Interface index, used by SNMP */
char h_ifname[IFNAMSIZ]; /* Should be unique */
- u_int8_t h_lladdr[ETH_ADDR_LEN];
+ struct eth_addr h_lladdr;
u_int64_t h_tx_cnt;
u_int64_t h_rx_cnt;