bridge: Remove fall back to IF_REQUIRES

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2020-10-17 22:12:34 +02:00
parent 05a3b1539b
commit a5761afd70

View file

@ -180,8 +180,6 @@ wait_bridge() {
done
}
[ -z "$IF_BRIDGE_PORTS" ] && IF_BRIDGE_PORTS="$IF_REQUIRES"
case "$IF_BRIDGE_PORTS" in
"") ;;
none) PORTS="";;