From owner-freebsd-net@FreeBSD.ORG Tue Feb 11 21:16:28 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A418E29 for ; Tue, 11 Feb 2014 21:16:28 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1250412FE for ; Tue, 11 Feb 2014 21:16:27 +0000 (UTC) Received: from chombo.houseloki.net (c-76-115-19-22.hsd1.or.comcast.net [76.115.19.22]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 619422D4FB4; Tue, 11 Feb 2014 13:16:26 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:604d:cd62:f943:4d46] (unknown [IPv6:2601:7:880:bd0:604d:cd62:f943:4d46]) by chombo.houseloki.net (Postfix) with ESMTPSA id E9082AD8; Tue, 11 Feb 2014 13:16:23 -0800 (PST) Message-ID: <52FA9324.9070301@bluerosetech.com> Date: Tue, 11 Feb 2014 13:16:20 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Kimmo Paasiala , freebsd-net@freebsd.org Subject: Re: gifconfig_gifX not working with cloned_interfaces? References: <3688B949-7F3B-47FE-8C6A-193805AE2B27@icloud.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-net List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 21:16:28 -0000 On 2/11/2014 10:37 AM, Kimmo Paasiala wrote: > Has anyone had time to look at this issue? I could try to come up > with a fix myself but I’d first like to know what is the proper way > configure gif(4) interfaces with FreeBSD 10. If gif_interfaces is > deprecated then is gifconfig_gifX also deprecated? If gifconfig_gifX > is also deprecated then this is a documentation issue and also the > rc(8) scripts should warn about using it like they do now warn about > gif_interfaces. If gifconfig_gifX is still valid then something must > be done about the handling of cloned_interfaces in rc.conf. -Kimmo IMO it's deprecated, a documentation issue and rc should warn. The gifconfig approach is obsolete due to no support for tunneling over IPv6. I asked about it a while back, but got silence. Just use cloned_interfaces and ifconfig: cloned_interfaces="gif0" ifconfig_gif0="inet6 tunnel 2001:db8::1 2001:db8::2 -accept_rtadv" ifconfig_gif0_alias0="inet 192.0.2.1 192.0.2.2 netmask 255.255.255.255"