|
@@ -11,6 +11,8 @@ MZ=${MZ:=mausezahn}
|
|
WAIT_TIME=${WAIT_TIME:=5}
|
|
WAIT_TIME=${WAIT_TIME:=5}
|
|
PAUSE_ON_FAIL=${PAUSE_ON_FAIL:=no}
|
|
PAUSE_ON_FAIL=${PAUSE_ON_FAIL:=no}
|
|
PAUSE_ON_CLEANUP=${PAUSE_ON_CLEANUP:=no}
|
|
PAUSE_ON_CLEANUP=${PAUSE_ON_CLEANUP:=no}
|
|
|
|
+NETIF_TYPE=${NETIF_TYPE:=veth}
|
|
|
|
+NETIF_CREATE=${NETIF_CREATE:=yes}
|
|
|
|
|
|
if [[ -f forwarding.config ]]; then
|
|
if [[ -f forwarding.config ]]; then
|
|
source forwarding.config
|
|
source forwarding.config
|