From owner-freebsd-net@FreeBSD.ORG Tue Sep 29 16:50:07 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDEDD1065697 for ; Tue, 29 Sep 2009 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBF748FC1A for ; Tue, 29 Sep 2009 16:50:07 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8TGo7ps043518 for ; Tue, 29 Sep 2009 16:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8TGo70i043517; Tue, 29 Sep 2009 16:50:07 GMT (envelope-from gnats) Date: Tue, 29 Sep 2009 16:50:07 GMT Message-Id: <200909291650.n8TGo70i043517@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: David Horn Cc: Subject: Re: conf/132179: [patch] /etc/network.subr: ipv6 rtsol on incorrect wlan interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Horn List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 16:50:08 -0000 The following reply was made to PR conf/132179; it has been noted by GNATS. From: David Horn To: bug-followup@FreeBSD.org Cc: Subject: Re: conf/132179: [patch] /etc/network.subr: ipv6 rtsol on incorrect wlan interface Date: Tue, 29 Sep 2009 12:14:35 -0400 Please close this bug (conf/132179) as fixed. SVN r195029 This works now in -current and in 8/Stable Modified Fri Jun 26 01:27:16 2009 UTC (3 months ago) by dougb File length: 22019 byte(s) Diff to previous 193199 rtsol should not be run on the wireless NIC interfaces directly, it will run on wlan0 instead. http://svn.freebsd.org/viewvc/base/head/etc/network.subr?r1=193199&r2=195029 --Thanks! ---Dave H