From owner-freebsd-net@freebsd.org Thu Jun 1 22:49:11 2017 Return-Path: Delivered-To: freebsd-net@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 1216AB82542 for ; Thu, 1 Jun 2017 22:49:11 +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 D9E036FC0B for ; Thu, 1 Jun 2017 22:49:10 +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 v51MnApO066615 for ; Thu, 1 Jun 2017 22:49:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 219699] Issue with IPv6 and neighbor notification Date: Thu, 01 Jun 2017 22:49:10 +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: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: paul@tmp.group X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 22:49:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219699 --- Comment #5 from Paul G Webster --- root@mail:~ # ping6 google.com PING6(56=3D40+8+8 bytes) 2a07:4580:b0d:27e::1 --> 2a00:1450:4009:80f::200e 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D0 hlim=3D55 time=3D7.064= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D1 hlim=3D55 time=3D6.720= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D2 hlim=3D55 time=3D6.686= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D3 hlim=3D55 time=3D6.556= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D4 hlim=3D55 time=3D6.605= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D5 hlim=3D55 time=3D6.741= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D6 hlim=3D55 time=3D6.802= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D7 hlim=3D55 time=3D6.934= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D8 hlim=3D55 time=3D6.600= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D9 hlim=3D55 time=3D6.805= ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D10 hlim=3D55 time=3D6.67= 0 ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D11 hlim=3D55 time=3D6.66= 8 ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D12 hlim=3D55 time=3D7.08= 0 ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D25 hlim=3D55 time=3D6.86= 4 ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D26 hlim=3D55 time=3D6.72= 5 ms 16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3D27 hlim=3D55 time=3D6.66= 6 ms ^C --- google.com ping6 statistics --- 28 packets transmitted, 16 packets received, 42.9% packet loss round-trip min/avg/max/std-dev =3D 6.556/6.762/7.080/0.151 ms root@mail:~ # # Known working ifconfig_vtnet0_ipv6=3D"inet6 2a07:4580:b0d:27e::1/48 accept_rtadv" ipv6_defaultrouter=3D"2a07:4580:b0d::1" No love still the same fault after I comment out: root@mail:~ # cat /etc/rc.local daemon -f ping6 -i 2 -s 1 2a07:4580:b0d::1 --=20 You are receiving this mail because: You are the assignee for the bug.=