9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] ipv6on
Date: Thu, 24 Nov 2016 12:35:42 +0900	[thread overview]
Message-ID: <A048B1DE-95D4-4C8A-8170-B64F8EFB7FD2@ar.aichi-u.ac.jp> (raw)

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




                 reply	other threads:[~2016-11-24  3:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A048B1DE-95D4-4C8A-8170-B64F8EFB7FD2@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).