bridge: Remove fall back to IF_REQUIRES
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
05a3b1539b
commit
a5761afd70
1 changed files with 0 additions and 2 deletions
|
@ -180,8 +180,6 @@ wait_bridge() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -z "$IF_BRIDGE_PORTS" ] && IF_BRIDGE_PORTS="$IF_REQUIRES"
|
|
||||||
|
|
||||||
case "$IF_BRIDGE_PORTS" in
|
case "$IF_BRIDGE_PORTS" in
|
||||||
"") ;;
|
"") ;;
|
||||||
none) PORTS="";;
|
none) PORTS="";;
|
||||||
|
|
Loading…
Reference in a new issue