acl: replace glibc internal __bswap_64 with clib 83/30783/6
authorNathan Moos <nmoos@cisco.com>
Fri, 15 Jan 2021 21:47:16 +0000 (13:47 -0800)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 20 Jan 2021 18:11:39 +0000 (18:11 +0000)
commitfce561226f0941bd144543741fe1f21326c01b87
treeff9a8d7219f887e37d3032e2b5a4665ccc22cde1
parentacaee3d36e141b096ff0f04ca213283f217ca173
acl: replace glibc internal __bswap_64 with clib

Type: fix

In order to build VPP as a package for an embedded Yocto-based
distribution, this patch replaces the use of the glibc internal
__bswap_64 function with the VPP function clib_net_to_host_u64, which is
provided by vppinfra.

Change-Id: I3ecc8525861dc3441bce2b51aa4c80f9a62d3051
Signed-off-by: Nathan Moos <nmoos@cisco.com>
src/plugins/acl/acl.c