Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 00:46:54 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Eugene Grosbein <eugen@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r339462 - head/libexec/rc
Message-ID:  <201810210746.w9L7ks7R003891@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201810201801.w9KI1mYV025953@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Author: eugen
> Date: Sat Oct 20 18:01:48 2018
> New Revision: 339462
> URL: https://svnweb.freebsd.org/changeset/base/339462
> 
> Log:
>   Make upgrade from previous FreeBSD versions less painful
>   and make previously working configuration like this work again:
>   
>   gif_interfaces="gif0"
>   gifconfig_gif0="1.1.1.1 2.2.2.2"
>   ifconfig_gif0="inet 192.168.1.1 192.168.1.2 netmask 255.255.255.252"
>   
>   PR:		204700
>   MFC after:	1 month

Are you intentionally not wanting this to make 12.0 release?

> 
> Modified:
>   head/libexec/rc/network.subr
> 
> Modified: head/libexec/rc/network.subr
> ==============================================================================
> --- head/libexec/rc/network.subr	Sat Oct 20 18:01:15 2018	(r339461)
> +++ head/libexec/rc/network.subr	Sat Oct 20 18:01:48 2018	(r339462)
> @@ -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# }."
> 
> 

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210746.w9L7ks7R003891>