From owner-freebsd-net@FreeBSD.ORG Wed Feb 18 03:47:50 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9217FF for ; Wed, 18 Feb 2015 03:47:50 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtp002.mac.com [17.172.220.237]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B762240 for ; Wed, 18 Feb 2015 03:47:49 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NJY00BMM7UCX700@st11p02mm-asmtp002.mac.com> for freebsd-net@freebsd.org; Wed, 18 Feb 2015 03:47:02 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-18_02:2015-02-17,2015-02-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502180040 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: FreeBSD 10.1-RC4-p1 From: Rui Paulo In-reply-to: <66f6827f57ed4c4184ba35036d1e9670@NODEXCHMBX002.TechMahindra.com> Date: Tue, 17 Feb 2015 19:47:00 -0800 Content-transfer-encoding: quoted-printable Message-id: <02A54BA0-048E-4F58-BCC9-20A88379857E@me.com> References: <66f6827f57ed4c4184ba35036d1e9670@NODEXCHMBX002.TechMahindra.com> To: Ashutosh Kumar X-Mailer: Apple Mail (2.2070.6) Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 03:47:50 -0000 On Feb 17, 2015, at 10:29, Ashutosh Kumar = wrote: > At line 764 in function ipv6_down() & file /etc/network.subr , = shouldn't the statement 'case $_inet in ' be 'case $_inet6 in'. You are correct. I just fixed this. Thanks! -- Rui Paulo