From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ar.aichi-u.ac.jp ([202.250.160.40]) by ur; Sun Dec 27 20:30:38 EST 2015 Received: from [192.168.0.249] ([123.1.4.170]) by ar; Mon Dec 28 10:30:25 JST 2015 From: arisawa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: bug or feature --- ip/ping -6 Message-Id: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: markup-scale self-signing hardware Date: Mon, 28 Dec 2015 10:30:25 +0900 To: 9front@9front.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) hello I am feeling weird that ip/ping -6 does not ping to ipv6 address with = /lib/ndb/local. # sys=3Dio # ip=3D192.168.0.5 # ip=3D2402:6b00:22cd:bf80::5 # hebe% ip/ping -6a io sending 32 64 byte messages 1000 ms apart to icmpv6!io!1 2402:6b00:22cd:bf80::6 -> 192.168.0.5 0: 192.168.0.5 -> 192.168.0.6 rtt 104 =C2=B5s, avg rtt 104 =C2=B5s, ttl = =3D 255 1: 192.168.0.5 -> 192.168.0.6 rtt 85 =C2=B5s, avg rtt 94 =C2=B5s, ttl =3D = 255 2: 192.168.0.5 -> 192.168.0.6 rtt 85 =C2=B5s, avg rtt 91 =C2=B5s, ttl =3D = 255 3: 192.168.0.5 -> 192.168.0.6 rtt 85 =C2=B5s, avg rtt 89 =C2=B5s, ttl =3D = 255 this weirdness comes from the order of ip attributes. # sys=3Dio # ip=3D2402:6b00:22cd:bf80::5 # ip=3D192.168.0.5 # hebe% ip/ping -6a io sending 32 64 byte messages 1000 ms apart to icmpv6!io!1 2402:6b00:22cd:bf80::6 -> 2402:6b00:22cd:bf80::5 0: 2402:6b00:22cd:bf80::5 -> 2402:6b00:22cd:bf80::6 rtt 102 =C2=B5s, avg = rtt 102 =C2=B5s, ttl =3D 255 1: 2402:6b00:22cd:bf80::5 -> 2402:6b00:22cd:bf80::6 rtt 88 =C2=B5s, avg = rtt 95 =C2=B5s, ttl =3D 255 2: 2402:6b00:22cd:bf80::5 -> 2402:6b00:22cd:bf80::6 rtt 84 =C2=B5s, avg = rtt 91 =C2=B5s, ttl =3D 255 3: 2402:6b00:22cd:bf80::5 -> 2402:6b00:22cd:bf80::6 rtt 104 =C2=B5s, avg = rtt 94 =C2=B5s, ttl =3D 255 is this a feature or a bug? Kenji Arisawa