tap: fix dump for TUN interfaces
[vpp.git] / src / vnet / devices / virtio / virtio.h
index 68462d8..0520354 100644 (file)
@@ -190,6 +190,7 @@ typedef struct
   ip6_address_t host_ip6_addr;
   u8 host_ip6_prefix_len;
   u32 host_mtu_size;
+  u32 tap_flags;
   int ifindex;
   virtio_vring_t *cxq_vring;
 } virtio_if_t;