From owner-freebsd-rc@freebsd.org Tue Jan 3 06:08:00 2017 Return-Path: Delivered-To: freebsd-rc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0C79C9AD1B for ; Tue, 3 Jan 2017 06:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86CB91363 for ; Tue, 3 Jan 2017 06:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v036806A055813 for ; Tue, 3 Jan 2017 06:08:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-rc@FreeBSD.org Subject: [Bug 159846] [rc.conf] routing_stop_inet6() logic doesn't handle ipv6_network_interfaces properly Date: Tue, 03 Jan 2017 06:08:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 9.0-BETA1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: hrs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10+ mfc-stable11+ X-Bugzilla-Changed-Fields: flagtypes.name bug_severity assigned_to bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 06:08:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D159846 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable9?, | |mfc-stable10+, | |mfc-stable11+ Severity|Affects Only Me |Affects Some People Assignee|freebsd-rc@FreeBSD.org |hrs@FreeBSD.org Status|In Progress |Closed Resolution|--- |FIXED --- Comment #3 from Ngie Cooper --- Fixed on ^/head - ^/stable/10: 230991 hrs for i in `list_net_interfaces`; do 230991 hrs if ipv6if $i; then 230991 hrs ifconfig $i inet6 -defaultif 230991 hrs fi 197139 hrs done but not ^/stable/9: 197139 hrs for i in ${ipv6_network_interfaces}; do 197139 hrs ifconfig $i inet6 -defaultif 197139 hrs done $ svn log -c 230991 ------------------------------------------------------------------------ r230991 | hrs | 2012-02-04 10:14:49 -0800 (Sat, 04 Feb 2012) | 5 lines Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when it was set to "auto", for example. MFC after: 3 days I don't think it's worth pursuing on ^/stable/9 though, given that it's EOL. --=20 You are receiving this mail because: You are the assignee for the bug.=