entrypoint for 8 interfaces over docker

This commit is contained in:
administrador 2020-12-12 15:53:59 -06:00
parent 58b92cb627
commit c5be8fde0b
17 changed files with 191 additions and 4 deletions

6
scripts/qemu-ifdown5 Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
QEMU_BRIDGE5='qemubr5'
ip link set dev $1 nomaster
ip link set dev $1 down