diff options
-rw-r--r-- | net.Linux/bridge.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh index e2c813a0..b1d4cfcf 100644 --- a/net.Linux/bridge.sh +++ b/net.Linux/bridge.sh @@ -54,9 +54,7 @@ bridge_pre_start() { einfo "Adding ports to ${IFACE}" eindent - local IFS="$__IFS" for x in ${ports}; do - unset IFS ebegin "${x}" ifconfig "${x}" promisc up if ! brctl addif "${IFACE}" "${x}" ; then @@ -66,7 +64,6 @@ bridge_pre_start() { fi eend 0 done - unset IFS eoutdent fi ) || return 1 |