summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lldp/lldpd.h')
-rw-r--r--lib/lldp/lldpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index 6bd4b055c..c295ab413 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -54,9 +54,7 @@ struct protocol {
int(*guess)(PROTO_GUESS_SIG); /* Can be NULL, use MAC address in this
* case
*/
- u_int8_t mac[ETH_ADDR_LEN]; /* Destination MAC address used by this
- * protocol
- */
+ struct eth_addr mac; /* Destination MAC address used by this protocol */
};
#define SMART_HIDDEN(port) (port->p_hidden_in)