You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Containers are not created or deleted properly in ns bridges
To Reproduce
start minimega on three nodes
ns add-hosts all
ns bridge test
vm config filesystem /root/uminirouterfs/
vm config fifo 1
vm config net test,foo
vm config init /init
vm config preinit /root/uminirouterfs/preinit
vm launch container uminirouter
vm start uminirouter
start minimega back up on just node1 and boot a uminirouter without a bridge
vm config filesystem /root/uminirouterfs/
vm config fifo 1
vm config net test2
vm config init /init
vm config preinit /root/uminirouterfs/preinit
vm launch container uminirouter
vm start uminirouter
Describe your environment
latest
ubuntu 18.04.3 desktop
1.12.13
containers
Describe the bug
Containers are not created or deleted properly in ns bridges
To Reproduce
start minimega on three nodes
start minimega back up on just node1 and boot a uminirouter without a bridge
Hop on the container interface and you will see gretap0 in ifconfig -a, even though we are not using a gre tunnel.
router will throw this error
Expected behavior
Container interfaces should function in ns bridges
The text was updated successfully, but these errors were encountered: