netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krishna Kumar <krkumar@us.ibm.com>
To: yoshfuji@linux-ipv6.org
Cc: davem@redhat.com, kuznet@ms2.inr.ac.ru, netdev@oss.sgi.com,
	linux-net@vger.kernel.org
Subject: Re: [PATCH] Prefix List patch against 2.5.70
Date: Tue, 17 Jun 2003 14:31:52 -0700	[thread overview]
Message-ID: <3EEF88C8.30005@us.ibm.com> (raw)
In-Reply-To: <20030618.055959.55006678.yoshfuji@linux-ipv6.org>

Hi Yoshifuji,

 > Well, I think the problem is to set RTF_ADDRCONF flag to all prefix routes.

I don't think we should change that, RTF_ADDRCONF should be set for all RA
routes not just the prefix route. But I agree with your other comments,
that RTF_ADDRCONF must not be used when configuring routes from user space.
The filtering should check for both the flag as well as whether it is a
prefix route entry.

I guess I will work on sending messages for both prefix list changes and to
get entire prefix list.

thanks,

- KK

YOSHIFUJI Hideaki wrote:
> In article <3EEF7E09.8080608@us.ibm.com> (at Tue, 17 Jun 2003 13:46:01 -0700), Krishna Kumar <krkumar@us.ibm.com> says:
> 
> 
>>I have a question about the following, which seems to be the
>>approach both of you prefer. I thought we need a new routing
>>message type called RTM_GETPLIST which will return full prefix
>>list. If you use RTA_RA6INFO, then should that trigger only
>>when the prefix list has changed (add or delete) ? Should I
>>have both interfaces, one for returning entire list (RTM) and
>>one for changes in prefix list (RTA) ?
>>
>>Please let me know if my understanding is correct.
> 
> 
> Well, I think the problem is to set RTF_ADDRCONF flag to all prefix routes.
> I beleive this should be for autoconf (RA) routes only as comments says;
> dad_starts and multicast add routes with such flag, but this should be wrong.
> After we fix this, we can get prefix information filtering routes by 
> RTF_ADDRCONF flag; of course, we can get the routes using RTM_GETROUTE.
> 

  reply	other threads:[~2003-06-17 21:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-31  1:15 [PATCH] Prefix List patch against 2.5.70 Krishna Kumar
2003-05-31  2:02 ` YOSHIFUJI Hideaki / 吉藤英明
2003-05-31  6:32   ` David S. Miller
2003-06-17 20:46     ` Krishna Kumar
2003-06-17 20:59       ` YOSHIFUJI Hideaki / 吉藤英明
2003-06-17 21:31         ` Krishna Kumar [this message]
2003-06-02 17:32   ` Krishna Kumar
2003-05-31  6:32 ` David S. Miller
  -- strict thread matches above, loose matches on Subject: below --
2003-06-02 19:46 Krishna Kumar
2003-06-02 21:02 David Stevens
2003-06-03  4:48 ` Pekka Savola
2003-06-03  4:49   ` David S. Miller
2003-06-03  6:42 David Stevens

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=3EEF88C8.30005@us.ibm.com \
    --to=krkumar@us.ibm.com \
    --cc=davem@redhat.com \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-net@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=yoshfuji@linux-ipv6.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).