From a069762e8e67f2acb6de612ece01666b1c350473 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Thu, 5 Sep 2019 20:17:30 +0200 Subject: tap: revert clean-up when linux will delete the tap interface Type: fix Ticket: VPP-1766 revert e4ac48e792f4eebfce296cfde844ee73b1abd62f Change-Id: I03feea4008a47859d570ad8d1d08ff3f30d139ef Signed-off-by: Mohsin Kazmi (cherry picked from commit 623a1b7053424b539a51faf866ab839d3da3f45b) --- src/vnet/devices/virtio/virtio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/devices/virtio/virtio.h') diff --git a/src/vnet/devices/virtio/virtio.h b/src/vnet/devices/virtio/virtio.h index 52b57e9d95f..070d0a45262 100644 --- a/src/vnet/devices/virtio/virtio.h +++ b/src/vnet/devices/virtio/virtio.h @@ -179,7 +179,6 @@ typedef struct ip6_address_t host_ip6_addr; u8 host_ip6_prefix_len; u32 host_mtu_size; - u32 tap_file_index; int gso_enabled; int ifindex; virtio_vring_t *cxq_vring; -- cgit 1.2.3-korg