From owner-freebsd-net@FreeBSD.ORG Mon Jul 21 19:56:35 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 5EC153CD for ; Mon, 21 Jul 2014 19:56:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4651B2D3E for ; Mon, 21 Jul 2014 19:56:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6LJuZM7067828 for ; Mon, 21 Jul 2014 19:56:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 191975] [ng_iface] [regression] in 10.0: cannot contact local services Date: Mon, 21 Jul 2014 19:56:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dgilbert@eicat.ca X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 19:56:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191975 --- Comment #2 from dgilbert@eicat.ca --- I've done some additional work on the problem. One thing I have done is to enable the rc.conf variable ipv6_activate_all_interfaces="YES" ... which changes the ifconfig for the ngX interfaces to say: ng11: flags=88d1 metric 0 mtu 1436 inet 66.96.31.6 --> 66.96.16.50 netmask 0xffffffff inet6 fe80::219:b9ff:fef9:b9e7%ng11 prefixlen 64 scopeid 0x17 nd6 options=21 (this removes IFDISABLED ... which shouldn't matter for ipv4, but I'm working on ipv6 anyways). The 2nd thing I've done is compare the 9.1 and 10.0 versions if ng_iface.c. The main difference appears to be a rewrite of ng_iface_output() to make it's third argument a constant. I'm unsure reading this if the handling of the dst->sa_family could be causing my problem. -- You are receiving this mail because: You are the assignee for the bug.