X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl_test.c;h=2c0687d9e7d77cf69034882c03393a39003e7254;hb=refs%2Fchanges%2F48%2F11048%2F4;hp=1b5659953081fdf06a1bac55982bd8dd3fc333f4;hpb=7cf80e08b61c7c48ab834af23b3c7761634e63d2;p=vpp.git diff --git a/src/plugins/acl/acl_test.c b/src/plugins/acl/acl_test.c index 1b565995308..2c0687d9e7d 100644 --- a/src/plugins/acl/acl_test.c +++ b/src/plugins/acl/acl_test.c @@ -167,7 +167,7 @@ static void vl_api_acl_interface_etype_whitelist_details_t_handler for(i=0; icount; i++) { if (i == mp->n_input) out = format(out, "\n output "); - out = format(out, "%04x ", mp->whitelist[i]); + out = format(out, "%04x ", ntohs(mp->whitelist[i])); } out = format(out, "\n"); clib_warning("%s", out);