Results:
References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]dump\s+interface\s+IPv6\s+multicast\/anycast\s+addresses\s+through\s+netlink\s*$/: 28 ]
Total 28 documents matching your query.
- 1. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Shirley Ma <mashirle@xxxxxxxxxx>
- Date: Thu, 1 Apr 2004 10:28:12 -0800
- Here is the new patch. It has been tested against linux 2.6.4 kernel. Thanks Shirley Ma IBM Linux Technology Center Attachment: linux-2.6.4-ipv6mib.patch.new1 Description: Text Data
- /archives/netdev/2004-04/msg00005.html (8,845 bytes)
- 2. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Sat, 3 Apr 2004 14:45:40 -0800
- I'm Ok with this patch and I believe Yoshfuji et al. are too. But this patch will not apply cleanly to current 2.6.x sources, please rediff. Thanks.
- /archives/netdev/2004-04/msg00036.html (8,686 bytes)
- 3. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Shirley Ma <mashirle@xxxxxxxxxx>
- Date: Mon, 5 Apr 2004 13:51:09 -0700
- Dumping multicast/anycast api was removed in Linux 2.6.5 kernel, so it couldn't be applied cleanly. I recreated the patch. This patch has been tested against linux-2.6.5 kernel. Attachment: linux-2.6
- /archives/netdev/2004-04/msg00057.html (9,065 bytes)
- 4. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Mon, 5 Apr 2004 14:42:13 -0700
- Applied, thank you.
- /archives/netdev/2004-04/msg00063.html (8,890 bytes)
- 5. [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: <sri@xxxxxxxxxx>
- Date: Wed, 17 Mar 2004 11:30:30 -0800
- This patch is against Linux 2.6.4 kernel. It has been tested, 'ip' utility works fine. This patch is used by IPv6 MIBs. -- Thanks Shirley Ma IBM Linux Technology Center Attachment: linux-2.6.4-ipv6mi
- /archives/netdev/2004-03/msg00343.html (9,040 bytes)
- 6. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: 英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Thu, 18 Mar 2004 22:06:47 -0800
- Are we really going to support adding anycast/multicast addresses using RTM_NEW{MULTI,ANY}CAST rtmsgs? If not, let's not add them. Otherwise I like your patch.
- /archives/netdev/2004-03/msg00371.html (9,427 bytes)
- 7. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: vid S. Miller" <davem@xxxxxxxxxx>
- Date: Fri, 19 Mar 2004 15:52:14 +0900 (JST)
- I think we'd like to do so (for anycast at least). -- Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@xxxxxxxxxxxxxx> GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
- /archives/netdev/2004-03/msg00377.html (10,462 bytes)
- 8. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Fri, 19 Mar 2004 15:55:36 +0900 (JST)
- Please, please do not change IFA_XXX values. You should put "IFA_MULTICAST" next to IFA_CACHEINFO. --yoshfuji
- /archives/netdev/2004-03/msg00378.html (9,992 bytes)
- 9. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Thu, 18 Mar 2004 23:16:52 -0800
- Thanks for your comments. I am going to modify the patch, removing RTM_NEWMULTICAST replaced by RTM_GETMULTICAST, removing RTM_NEWANYCAST replaced by RTM_GETANYCAST. IFA_MULTICAST must be added last!
- /archives/netdev/2004-03/msg00379.html (12,861 bytes)
- 10. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: hfuji@xxxxxxxxxxxxxx>
- Date: Thu, 18 Mar 2004 23:32:55 -0800
- Please remember to number the RTM_* values correctly, the low order bits tell if the operation does a read or write operation.
- /archives/netdev/2004-03/msg00380.html (9,776 bytes)
- 11. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: davem@xxxxxxxxxx>
- Date: Fri, 19 Mar 2004 00:03:35 -0800
- Yes. I will. Thanks Shirley Ma IBM Linux Technology Center 15300 SW Koll Parkway Beaverton, OR 97006-6063 Phone: (503) 578-7638 FAX: (503) 578-3228
- /archives/netdev/2004-03/msg00382.html (9,239 bytes)
- 12. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Dipankar Sarma <dipankar@xxxxxxxxxx>
- Date: Wed, 31 Mar 2004 10:07:01 -0800
- Here is the new patch. It has been tested against linux 2.6.4 kernel. Thanks Shirley Ma IBM Linux Technology Center Attachment: linux-2.6.4-ipv6mib.patch.new Description: Text Data
- /archives/netdev/2004-03/msg00631.html (9,630 bytes)
- 13. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: McKenney <Paul.McKenney@xxxxxxxxxx>
- Date: Thu, 01 Apr 2004 13:50:48 +0900 (JST)
- Why do we need IFA_F_MULTICAST? This is waste of flags. unsigned char type) type == 0 type == IFA_MULTICAST type == IFA_ANYCAST 0 IFA_MULTICAST IFA_ANYCAST Of course, we can use switch-case. -- Hide
- /archives/netdev/2004-03/msg00656.html (15,805 bytes)
- 14. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: ig <hch@xxxxxxxxxxxxx>
- Date: Wed, 31 Mar 2004 21:18:57 -0800
- The reason to add these flags was for rtnetlink MATCH request through RTM_GETADDRESS. Since here we use RTM_GETMULTICAST, RTM_GETANYCAST for getting multicast/anycast addresses, it's not necessary to
- /archives/netdev/2004-03/msg00657.html (9,872 bytes)
- 15. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Shirley Ma <mashirle@xxxxxxxxxx>
- Date: Thu, 1 Apr 2004 10:28:12 -0800
- Here is the new patch. It has been tested against linux 2.6.4 kernel. Thanks Shirley Ma IBM Linux Technology Center Attachment: linux-2.6.4-ipv6mib.patch.new1 Description: Text Data
- /archives/netdev/2004-04/msg00539.html (9,039 bytes)
- 16. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Sat, 3 Apr 2004 14:45:40 -0800
- I'm Ok with this patch and I believe Yoshfuji et al. are too. But this patch will not apply cleanly to current 2.6.x sources, please rediff. Thanks.
- /archives/netdev/2004-04/msg00570.html (8,849 bytes)
- 17. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Shirley Ma <mashirle@xxxxxxxxxx>
- Date: Mon, 5 Apr 2004 13:51:09 -0700
- Dumping multicast/anycast api was removed in Linux 2.6.5 kernel, so it couldn't be applied cleanly. I recreated the patch. This patch has been tested against linux-2.6.5 kernel. Attachment: linux-2.6
- /archives/netdev/2004-04/msg00591.html (9,267 bytes)
- 18. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Mon, 5 Apr 2004 14:42:13 -0700
- Applied, thank you.
- /archives/netdev/2004-04/msg00597.html (9,125 bytes)
- 19. [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: Shirley Ma <mashirle@xxxxxxxxxx>
- Date: Wed, 17 Mar 2004 11:30:30 -0800
- This patch is against Linux 2.6.4 kernel. It has been tested, 'ip' utility works fine. This patch is used by IPv6 MIBs. -- Thanks Shirley Ma IBM Linux Technology Center Attachment: linux-2.6.4-ipv6mi
- /archives/netdev/2004-03/msg01007.html (9,040 bytes)
- 20. Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Thu, 18 Mar 2004 22:06:47 -0800
- Are we really going to support adding anycast/multicast addresses using RTM_NEW{MULTI,ANY}CAST rtmsgs? If not, let's not add them. Otherwise I like your patch.
- /archives/netdev/2004-03/msg01035.html (9,497 bytes)
Current List: 1 - 20
Page: [1] [2]
This search system is powered by
Namazu