[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51615F7C.2090100@redhat.com>
Date: Sun, 07 Apr 2013 13:58:52 +0200
From: Daniel Borkmann <dborkman@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>
CC: davem@...emloft.net, netdev@...r.kernel.org,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Subject: Re: [PATCH iproute2 2/2] ip: ipv6: add tokenized interface identifier
support
On 04/05/2013 06:39 PM, Stephen Hemminger wrote:
> On Thu, 4 Apr 2013 16:37:38 +0200
> Daniel Borkmann <dborkman@...hat.com> wrote:
>
>> This is experimental support for tokenized IIDs, that enable
>> administrators to assign well-known host-part addresses to nodes
>> whilst still obtaining global network prefix from Router
>> Advertisements. It is currently in IETF RFC draft status [1].
>>
>> Example commands with iproute2:
>>
>> Setting a device token:
>> # ip token set ::1a:2b:3c:4d/64 dev eth1
>>
>> Getting a device token:
>> # ip token get dev eth1
>> token ::1a:2b:3c:4d dev eth1
>>
>> Listing all tokens:
>> # ip token list (or: ip token)
>> token :: dev eth0
>> token ::1a:2b:3c:4d dev eth1
>>
>> [1] http://tools.ietf.org/html/draft-chown-6man-tokenised-ipv6-identifiers-02
>>
>> Cc: Hannes Frederic Sowa <hannes@...essinduktion.org>
>> Cc: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
>> Signed-off-by: Daniel Borkmann <dborkman@...hat.com>
>
> Deferred.
> Please resubmit during 3.10 merge window.
Thanks, I'll do.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists