X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=8f2975dc1c281ec63ed750c8eac4b4d8b3a92485;hb=50bd16559;hp=1928e42eec30917828483678e1bd880b73392bd9;hpb=1b6ed022e7a37fd1b35f2f9272cc4abc159d616d;p=vpp.git diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index 1928e42eec3..8f2975dc1c2 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -591,6 +591,10 @@ static void *vl_api_tap_create_v2_t_print s = format (s, "tun "); if ((mp->tap_flags) & TAP_API_FLAG_GRO_COALESCE) s = format (s, "gro-coalesce-enabled "); + if ((mp->tap_flags) & TAP_API_FLAG_PACKED) + s = format (s, "packed "); + if ((mp->tap_flags) & TAP_API_FLAG_IN_ORDER) + s = format (s, "in-order "); FINISH; }