* [PATCH 0/7][IP] IProute2 ip command updates
@ 2006-11-24 3:31 Masahide NAKAMURA
2006-11-27 18:12 ` Stephen Hemminger
0 siblings, 1 reply; 3+ messages in thread
From: Masahide NAKAMURA @ 2006-11-24 3:31 UTC (permalink / raw)
To: shemminger; +Cc: takamiya, anttit, vnuorval, netdev, nakam
Hello,
# First of all, I'm sorry I sent wrong email two times from
# "Masahide@neptune.linux-ipv6.org" which is not a valid addresss.
# Please delete them!
These are iproute2 updates. Please review and apply them.
o Modify IPv6 address lifetimes
o Introduce IPv6-over-IPv6 tunnel command
HEADLINES
---------
[IP] ADDR: Fix print format for lifetimes.
[IP] ADDR: Enable to add IPv6 address with valid/preferred lifetime.
[IP] ADDR: Add the 'change' and 'replace' commands to the IPv6 address manipulation conte
xt.
[IP] ADDR: Define 0xFFFFFFFFU as INFINITY_LIFE_TIME regarding to the kernel.
[IP] TUNNEL: Split common functions to export them.
[IP] TUNNEL: Import ip6tunnel.c.
[IP] TUNNEL: IPv6-over-IPv6 tunnel support.
DIFFSTAT
--------
include/linux/ip6_tunnel.h | 34 ++++
ip/Makefile | 2
ip/ip6tunnel.c | 387 ++++++++++++++++++++++++++++++++++++++++++++
ip/ip_common.h | 5 +
ip/ipaddress.c | 74 +++++++-
ip/iptunnel.c | 175 ++++----------------
ip/tunnel.c | 166 +++++++++++++++++++
ip/tunnel.h | 35 ++++
8 files changed, 732 insertions(+), 146 deletions(-)
--
Masahide NAKAMURA
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 0/7][IP] IProute2 ip command updates
2006-11-24 3:31 [PATCH 0/7][IP] IProute2 ip command updates Masahide NAKAMURA
@ 2006-11-27 18:12 ` Stephen Hemminger
2006-11-28 3:19 ` Masahide NAKAMURA
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2006-11-27 18:12 UTC (permalink / raw)
To: Masahide NAKAMURA; +Cc: takamiya, anttit, vnuorval, netdev, nakam
On Fri, 24 Nov 2006 12:31:23 +0900
Masahide NAKAMURA <nakam@linux-ipv6.org> wrote:
> Hello,
>
> # First of all, I'm sorry I sent wrong email two times from
> # "Masahide@neptune.linux-ipv6.org" which is not a valid addresss.
> # Please delete them!
>
> These are iproute2 updates. Please review and apply them.
>
> o Modify IPv6 address lifetimes
> o Introduce IPv6-over-IPv6 tunnel command
>
> HEADLINES
> ---------
>
> [IP] ADDR: Fix print format for lifetimes.
> [IP] ADDR: Enable to add IPv6 address with valid/preferred lifetime.
> [IP] ADDR: Add the 'change' and 'replace' commands to the IPv6 address manipulation conte
> xt.
> [IP] ADDR: Define 0xFFFFFFFFU as INFINITY_LIFE_TIME regarding to the kernel.
> [IP] TUNNEL: Split common functions to export them.
> [IP] TUNNEL: Import ip6tunnel.c.
> [IP] TUNNEL: IPv6-over-IPv6 tunnel support.
>
> DIFFSTAT
> --------
>
> include/linux/ip6_tunnel.h | 34 ++++
> ip/Makefile | 2
> ip/ip6tunnel.c | 387 ++++++++++++++++++++++++++++++++++++++++++++
> ip/ip_common.h | 5 +
> ip/ipaddress.c | 74 +++++++-
> ip/iptunnel.c | 175 ++++----------------
> ip/tunnel.c | 166 +++++++++++++++++++
> ip/tunnel.h | 35 ++++
> 8 files changed, 732 insertions(+), 146 deletions(-)
>
>
applied to git.
Plan is to put out new iproute2 release after 2.6.19 final
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/7][IP] IProute2 ip command updates
2006-11-27 18:12 ` Stephen Hemminger
@ 2006-11-28 3:19 ` Masahide NAKAMURA
0 siblings, 0 replies; 3+ messages in thread
From: Masahide NAKAMURA @ 2006-11-28 3:19 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: takamiya, anttit, vnuorval, netdev
Stephen Hemminger wrote:
> Plan is to put out new iproute2 release after 2.6.19 final
OK.
As you know, netlink related interface is changed at 2.6.19.
I have another patches for iproute2 (libnetlink fix and Mobile
IPv6 support). Those are depends on 2.6.19 headers.
So this time I'd like to know when to update your tree's kernel headers, too.
To use this chance to test with your tree, can I send my patches with the
header update to 2.6.19-rcX in advance (updating headers by you is also fine
with me), or just wait till 2.6.19 final release is done?
Regards,
--
Masahide NAKAMURA
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-28 3:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-24 3:31 [PATCH 0/7][IP] IProute2 ip command updates Masahide NAKAMURA
2006-11-27 18:12 ` Stephen Hemminger
2006-11-28 3:19 ` Masahide NAKAMURA
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).