summaryrefslogtreecommitdiff
path: root/lib/lldp/aa-structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lldp/aa-structs.h')
-rw-r--r--lib/lldp/aa-structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lldp/aa-structs.h b/lib/lldp/aa-structs.h
index 983c74c31..473031ef3 100644
--- a/lib/lldp/aa-structs.h
+++ b/lib/lldp/aa-structs.h
@@ -24,7 +24,7 @@
#include "list.h"
struct lldp_aa_element_system_id {
- uint8_t system_mac[6];
+ struct eth_addr system_mac;
uint16_t conn_type;
uint16_t rsvd;
uint8_t rsvd2[2];