redmine

Fixed a typo

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -582,7 +582,7 @@ case "$CMD" in
if ! [[ -d /sys/class/net/"$TRUNK_BRIDGE" ]]; then
ip link add "$TRUNK_BRIDGE" type bridge
echo "$BRIDGE_FORWARD_DELAY" > /sys/devices/virtual/net/"$TRUNK_BRIDGE"/bridge/forward_delay
ip link set dev "$TRUNK_IFACE" up
ip link set dev "$TRUNK_BRIDGE" up
ip link set "$D1Q_IFACE" master "$TRUNK_BRIDGE"
fi
... ...