9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ipv6on
@ 2016-11-24  3:35 arisawa
  0 siblings, 0 replies; only message in thread
From: arisawa @ 2016-11-24  3:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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’t 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’t it enough the code below?
	ip/ipconfig $xdir loopback /dev/null	add ::1 /128

it seems this code is working for me.

Kenji Arisawa




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-24  3:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-24  3:35 [9fans] ipv6on arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).