Jo-Philipp Wich fdfffd0fbe Add new package for configuring 6rd tunnels.
This patch adds support for manually configuring 6rd tunnels. It depends on
the netifd patches I sent earlier, which add 6rd support.

A basic interface configuration looks like:

    config interface 'wan6'
      option proto '6rd'
      option peeraddr '192.0.2.1'
      option ip6prefix '2123::'
      option ip6prefixlen '16'
      option ip4prefixlen '0'

Where ip4prefixlen is optional and actually defaults to 0, which would use all
bits of the IPv4 in the calculated IPv6 subnet.

I believe it should be possible to configure a regular 6to4 tunnel using this,
and that we may want to merge the two eventually, but there are some larger

differences between the two at the moment:

 - 6rd addresses can be more difficult to calculate. My ISP, for example, has
   a setup with a v6 mask of 43 bits, and a v4 mask of 19.

 - 6to4 has support for configuring radvd. This is something we want, of
   course, but it seems best to deal with this in a separate patch.

Just creating a new package looked like the quickest way to get this in.

This work is based on the 6in4 package, and work by Stijn Tintel.

Signed-off-by: Stéphan Kochen <stephan@kochen.nl>

SVN-Revision: 32431
2012-06-18 23:08:18 +00:00
..
2011-03-07 12:59:19 +00:00
2012-04-02 16:25:40 +00:00
2012-05-19 20:17:57 +00:00
2012-06-17 21:34:16 +00:00
2012-02-08 10:20:13 +00:00
2009-06-13 16:47:22 +00:00
2012-06-16 21:06:37 +00:00
2012-02-14 20:13:28 +00:00
2010-04-23 11:27:29 +00:00
2012-02-27 23:08:15 +00:00
2012-06-10 20:27:44 +00:00
2012-03-25 08:50:42 +00:00
2011-07-10 10:40:37 +00:00
2012-06-16 14:52:33 +00:00
2012-06-05 17:55:35 +00:00
2010-09-30 10:48:37 +00:00
2012-03-18 21:08:39 +00:00
2010-09-30 10:48:37 +00:00
2011-07-17 22:47:56 +00:00
2010-10-27 21:24:06 +00:00
2012-03-25 08:51:13 +00:00
2012-06-10 20:27:47 +00:00
2012-06-05 17:49:57 +00:00
2012-06-09 23:29:28 +00:00
2012-06-10 17:07:46 +00:00