diff options
author | Milan Lenco <milan.lenco@pantheon.tech> | 2017-12-14 10:04:25 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-12-14 11:08:49 +0000 |
commit | 73e7f427e8865b0af71740c5ecfa55c7ee78dbd1 (patch) | |
tree | dfd02ef5ad15eda2143d5a092bfd9d5628d47ef6 /src/vnet/devices/virtio/device.c | |
parent | 545d9eaeff62af74b6c1d2c27e6067f40685af93 (diff) |
tap_v2: include host-side parameters in the dump binary API
Change-Id: I097a738b96a304621520f1842dcac7dbf61a8e3f
Signed-off-by: Milan Lenco <milan.lenco@pantheon.tech>
Diffstat (limited to 'src/vnet/devices/virtio/device.c')
-rw-r--r-- | src/vnet/devices/virtio/device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/devices/virtio/device.c b/src/vnet/devices/virtio/device.c index d4ef6d836c5..df5fcf509b8 100644 --- a/src/vnet/devices/virtio/device.c +++ b/src/vnet/devices/virtio/device.c @@ -24,6 +24,8 @@ #include <vlib/vlib.h> #include <vlib/unix/unix.h> #include <vnet/ethernet/ethernet.h> +#include <vnet/ip/ip4_packet.h> +#include <vnet/ip/ip6_packet.h> #include <vnet/devices/virtio/virtio.h> #define foreach_virtio_tx_func_error \ |