netdev
[Top] [All Lists]

Re: [PATCH] IPv6 IPComp

To: mk@xxxxxxxxxxxxxx
Subject: Re: [PATCH] IPv6 IPComp
From: "David S. Miller" <davem@xxxxxxxxxx>
Date: Mon, 19 May 2003 23:35:32 -0700 (PDT)
Cc: netdev@xxxxxxxxxxx
In-reply-to: <871xyvqr7k.wl@karaba.org>
References: <873cjebwn1.wl@karaba.org> <20030516.140014.59676235.davem@redhat.com> <871xyvqr7k.wl@karaba.org>
Sender: netdev-bounce@xxxxxxxxxxx
   From: Mitsuru KANDA / 神田 充 <mk@xxxxxxxxxxxxxx>
   Date: Mon, 19 May 2003 17:24:31 +0900

   I would like to try to configure xfrm4 ipip tunnel for testing.
   What is the suitable tool?, setkey???

Unfortunately setkey is not powerful enough to do this
currently.  Only the netlink based ipsec configuration can
set these things up.

However, all of the testing we did was via tunnel mode IPCOMP.

Note that for xfrm6_tunnel.c you will need to use some kind
of "u32 --> in6_addr" mapping table.  You can do this with
a simple hash table of some kind.  Then you can use
xfrm_state_lookup() just like xfrm4_tunnel.c does.

<Prev in Thread] Current Thread [Next in Thread>