From mboxrd@z Thu Jan 1 00:00:00 1970 From: arisawa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: Date: Thu, 24 Nov 2016 12:35:42 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: [9fans] ipv6on Topicbox-Message-UUID: aeec7a76-ead9-11e9-9d60-3106f5b1d025 hello, in /rc/bin/ipv6on we (labs,9atom and 9front) have the following code. ip/ipconfig $xdir loopback /dev/null add $mev6 /128 this code is curious to me. the code doesn=E2=80=99t put ipv6 loopback address "::1" to = /net/ipselftab. and, why we need $mev6 (my ipv6 address) for simply adding loopback = address "::1" to /net/ipselftab? isn=E2=80=99t it enough the code below? ip/ipconfig $xdir loopback /dev/null add ::1 /128 it seems this code is working for me. Kenji Arisawa