rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

Added iproute2 as a package for virtio-net testing #62

Closed ramyak-mehra closed 2 years ago

ramyak-mehra commented 2 years ago

Signed-off-by: Ramyak mehra rmehra_be19@thapar.edu

Summary of the PR

We needed iproute2 to configure tap devices on the host side for testing virtio-net.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

rbradford commented 2 years ago

iproute2 is depracated with the functionality replaced by ip can you not use that?

ramyak-mehra commented 2 years ago

iproute2 is depracated with the functionality replaced by ip can you not use that?

I am planning to use ip command which is provided by the iproute2.