View | Details | Raw Unified | Return to bug 204700 | Differences between
and this patch

Collapse All | Expand All

(-)src/network.subr (-1 / +1 lines)
Lines 1330-1336 Link Here
1330
			_list="$_list $ifn"
1330
			_list="$_list $ifn"
1331
		fi
1331
		fi
1332
		tmpargs=$(get_if_var $ifn gifconfig_IF)
1332
		tmpargs=$(get_if_var $ifn gifconfig_IF)
1333
		eval ifconfig_${ifn}=\"tunnel \$tmpargs\"
1333
		eval ifconfig_${ifn}=\"\$ifconfig_${ifn} tunnel \$tmpargs\"
1334
	done
1334
	done
1335
	if [ -n "${_list# }" ]; then
1335
	if [ -n "${_list# }" ]; then
1336
		echo "Created clone interfaces: ${_list# }."
1336
		echo "Created clone interfaces: ${_list# }."

Return to bug 204700