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-ifup4 Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
QEMU_BRIDGE4='qemubr4'
ip link set dev $1 up
ip link set dev $1 master $QEMU_BRIDGE4