aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/ethernet_types_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ethernet/ethernet_types_api.c')
-rw-r--r--src/vnet/ethernet/ethernet_types_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ethernet/ethernet_types_api.c b/src/vnet/ethernet/ethernet_types_api.c
index 67e6231cfc8..4b84d386e4e 100644
--- a/src/vnet/ethernet/ethernet_types_api.c
+++ b/src/vnet/ethernet/ethernet_types_api.c
@@ -38,7 +38,7 @@ mac_address_decode (const vl_api_mac_address_t * in, mac_address_t * out)
void
mac_address_encode (const mac_address_t * in, vl_api_mac_address_t * out)
{
- clib_memcpy (out->bytes, in->bytes, 6);
+ clib_memcpy_fast (out->bytes, in->bytes, 6);
}
/*