9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Kenji Arisawa <karisawa@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] ip/ping -6
Date: Sun, 18 Jun 2017 13:33:48 +0900	[thread overview]
Message-ID: <EB0CCBC5-7A34-441A-AACE-22C5BD4EE9D6@gmail.com> (raw)
In-Reply-To: <10A01C6A6B34BCF166A7C0F5AA347CD1@felloff.net>

thanks a lot.
works.

> 2017/06/18 12:22、cinap_lenrek@felloff.net のメール:
> 
> +		/* il and icmp only supports ipv4 addresses */
> +		if((strcmp(np->net, "il") == 0 || strcmp(np->net, "icmp") == 0) && !isv4str(t->val))
> +			return nil;
> +
> +		/* icmpv6 does not support ipv4 addresses */
> +		if(strcmp(np->net, "icmpv6") == 0 && isv4str(t->val))



  reply	other threads:[~2017-06-18  4:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-18  3:22 cinap_lenrek
2017-06-18  4:33 ` Kenji Arisawa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-18  3:03 cinap_lenrek

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=EB0CCBC5-7A34-441A-AACE-22C5BD4EE9D6@gmail.com \
    --to=karisawa@gmail.com \
    --cc=9front@9front.org \
    /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).