Skip to content

Commit 35fb3d1

Browse files
committed
bridge-utils: fix whitespaces in ifupdown-script
1 parent 7553882 commit 35fb3d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rootfs_overlay/usr/lib/bridge-utils/ifupdown.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ if [ "$MODE" = "start" ] && [ ! -d /sys/class/net/$IFACE ]; then
4040
sleep 1
4141
ip link set dev $IFACE address $IF_BRIDGE_HW
4242
fi
43-
# Activate VLAN filtering on VLAN aware bridges
44-
if [ "$IF_BRIDGE_VLAN_AWARE" = "yes" ]; then
45-
ip link set dev $IFACE type bridge vlan_filtering 1
46-
else
47-
ip link set dev $IFACE type bridge vlan_filtering 0
48-
fi
43+
# Activate VLAN filtering on VLAN aware bridges
44+
if [ "$IF_BRIDGE_VLAN_AWARE" = "yes" ]; then
45+
ip link set dev $IFACE type bridge vlan_filtering 1
46+
else
47+
ip link set dev $IFACE type bridge vlan_filtering 0
48+
fi
4949
# Wait for the ports to become available
5050
if [ "$IF_BRIDGE_WAITPORT" ]
5151
then
52-
set x $IF_BRIDGE_WAITPORT &&
52+
set x $IF_BRIDGE_WAITPORT &&
5353
shift &&
5454
WAIT="$1" &&
5555
shift &&

0 commit comments

Comments
 (0)