TAP device doesn't attach to bridge #478
Labels
area/firecracker
Indicates an issue or PR related to Firecracker
kind/bug
Something isn't working
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
What happened:
When creating a microvm with a
tap
device it doesn't attach to the linux bridge.What did you expect to happen:
I expect the microvm to be attached to the bridge.
How to reproduce it:
--parent-iface virbr0
fl microvm create --host 127.0.0.1:9090 --name fctest --metadata-hostname fctest --network-interface eth1:tap --metadata-ssh-key-file ~/.ssh/id_ed25519.pub --memory 4096 --root-image ghcr.io/weaveworks-liquidmetal/flintlock-ubuntu-perftest:7987e91 --vcpu 2
A new tap interface should be created and attached to the virbr0. But this isn't happening:
Environment:
The text was updated successfully, but these errors were encountered: