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# }." |