diff --git a/libexec/rc/network.subr b/libexec/rc/network.subr index af2b2147a05f..67870efe1c5b 100644 --- a/libexec/rc/network.subr +++ b/libexec/rc/network.subr @@ -1393,7 +1393,7 @@ clone_up() _list="$_list $ifn" fi tmpargs=$(get_if_var $ifn gifconfig_IF) - eval ifconfig_${ifn}=\"tunnel \$tmpargs\" + eval ifconfig_${ifn}=\"\$ifconfig_${ifn} tunnel \$tmpargs\" done if [ -n "${_list# }" ]; then echo "Created clone interfaces: ${_list# }."