ethernet: mac must support 64-bits loads
[vpp.git] / src / vnet / ip6-nd / rd_cp.c
index 9c5d2b9..bab1b65 100644 (file)
@@ -211,7 +211,7 @@ get_interface_mac_address (u32 sw_if_index, u8 mac[])
       return 1;
     }
 
-  clib_memcpy_fast (mac, eth_if->address, 6);
+  clib_memcpy_fast (mac, &eth_if->address, 6);
 
   return 0;
 }