netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).