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

View file

@ -1,6 +1,5 @@
#!/usr/bin/env bash
QEMU_BRIDGE='qemubr0'
QEMU_BRIDGE="qemubr1"
ip link set dev $1 up
ip link set dev $1 master $QEMU_BRIDGE