netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahide NAKAMURA <nakam@linux-ipv6.org>
To: shemminger@osdl.org
Cc: takamiya@po.ntts.co.jp, anttit@tcs.hut.fi, vnuorval@tcs.hut.fi,
	netdev@vger.kernel.org, nakam@linux-ipv6.org
Subject: [PATCH 0/7][IP] IProute2 ip command updates
Date: Fri, 24 Nov 2006 12:31:23 +0900	[thread overview]
Message-ID: <200611241231.23953.nakam@linux-ipv6.org> (raw)

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

             reply	other threads:[~2006-11-24  3:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-24  3:31 Masahide NAKAMURA [this message]
2006-11-27 18:12 ` [PATCH 0/7][IP] IProute2 ip command updates Stephen Hemminger
2006-11-28  3:19   ` Masahide NAKAMURA

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=200611241231.23953.nakam@linux-ipv6.org \
    --to=nakam@linux-ipv6.org \
    --cc=anttit@tcs.hut.fi \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@osdl.org \
    --cc=takamiya@po.ntts.co.jp \
    --cc=vnuorval@tcs.hut.fi \
    /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).