Date: Mon, 21 Jul 2014 19:56:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 191975] [ng_iface] [regression] in 10.0: cannot contact local services Message-ID: <bug-191975-2472-iLMcsoUTbc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191975-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-191975-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> 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<PERFORMNUD,AUTO_LINKLOCAL> (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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191975-2472-iLMcsoUTbc>