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:09:15 EST 2015 Received: from [192.168.0.249] ([123.1.4.170]) by ar; Mon Dec 28 10:09:01 JST 2015 From: arisawa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: buggy code in ipv6on Message-Id: <9CE619CC-2362-4945-B3AB-11F99ECB5EBC@ar.aichi-u.ac.jp> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible social SSL out-scaling factory Date: Mon, 28 Dec 2015 10:09:01 +0900 To: 9front@9front.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) hello, I found code in ipv6on which I believe bug: rfork e if (~ $#* 0) { netdir=3D/net ndbf=3D/lib/ndb/local gw=3D`{ndb/ipquery sys $sysname ipgw | sed 's/ipgw=3D//'} } if not { netdir=3D$1 ndbf=3D$2 if (~ $#* 2) # gw=3D() - gw=3D`{ndb/ipquery sys $sysname ipgw | sed = 's/ipgw=3D//=E2=80=98} + gw=3D`{ndb/ipquery -f $ndbf sys $sysname ipgw | sed = 's/ipgw=3D//=E2=80=98} if not gw=3D$3 } current ipquery has -f option which is not described in the manual = though. Kenji Arisawa