X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=e0ba9f93c3d2074329882e7308a3b6ae3f43a508;hb=d88fc0fce;hp=a5c3fdbdfc9df70677db1a1947367805130dd2e3;hpb=6bb080f1e54391b161cf211a9cfa3f488f2fd331;p=vpp.git diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index a5c3fdbdfc9..e0ba9f93c3d 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -587,6 +587,10 @@ static void *vl_api_tap_create_v2_t_print s = format (s, "persist "); if ((mp->tap_flags) & 0x8) s = format (s, "attach "); + if ((mp->tap_flags) & 0x16) + s = format (s, "tun "); + if ((mp->tap_flags) & 0x32) + s = format (s, "gro-coalesce-enabled "); FINISH; }