iproute2/ip
Alexandre Cassen b88215c468 IPv6: 6rd iproute2 support
This patch provides iproute2 facilities to configure 6rd tunnel. To
configure a 6rd tunnel, you need to configure a sit tunnel and set
6rd prefix as following :

  ip tunnel add sit1 mode sit local a.b.c.d ttl 64
  ip tunnel 6rd dev sit1 6rd-prefix xxxx:yyyy::/z

Optionally you can provide a relay prefix :

  ip tunnel 6rd dev sit1 6rd-relay_prefix e.f.g.h/i

Finally you can reset previous tunnel settings :

  ip tunnel 6rd dev sit1 6rd-reset

Signed-off-by: Alexandre Cassen <acassen@freebox.fr>
2010-02-09 14:01:57 -08:00
..
.gitignore Another .gitignore file. 2006-08-08 12:11:23 -07:00
ifcfg Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ip6tunnel.c Remove Changes: comments 2009-12-01 15:49:48 -08:00
ip_common.h get rid of warning from misnamed prototype 2008-02-18 10:59:22 -08:00
ip.c Remove Changes: comments 2009-12-01 15:49:48 -08:00
ipaddress.c ip: print "temporary" for IPv6 temp addresses 2010-02-09 11:05:49 -08:00
ipaddrlabel.c Display Correct Error For Addrlabel Info 2008-07-25 13:36:25 -07:00
iplink_can.c iproute2: Support for the CAN netlink 2009-05-26 15:22:44 -07:00
iplink_macvlan.c iproute2/iplink: add macvlan options for bridge mode 2009-12-26 11:22:57 -08:00
iplink_vlan.c iplink_vlan: add support for VLAN loose binding flag 2009-12-26 11:07:16 -08:00
iplink.c iproute2: Support for the CAN netlink 2009-05-26 15:22:44 -07:00
ipmaddr.c ip maddr show” on an infiniband address causes a stack corruption 2009-01-06 18:56:03 -08:00
ipmonitor.c iproute2: drop equalize support. 2009-03-27 11:11:12 -07:00
ipmroute.c iproute: "ip mroute show" doesn't show all output interfaces 2009-12-01 16:15:15 -08:00
ipneigh.c Remove Changes: comments 2009-12-01 15:49:48 -08:00
ipntable.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipprefix.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
iproute.c iproute2: drop equalize support 2010-02-09 10:58:51 -08:00
iprule.c iprule: add oif classification support 2009-12-26 11:14:22 -08:00
iptunnel.c IPv6: 6rd iproute2 support 2010-02-09 14:01:57 -08:00
ipxfrm.c ip xfrm state: parse and print "icmp" and "af-unspec" flags 2010-01-21 10:10:34 -08:00
link_gre.c Fix headers needed for gre 2009-03-24 15:40:54 -07:00
link_veth.c veth.h move to linux/ 2007-12-25 12:38:08 -08:00
Makefile iproute2/iplink: add macvlan options for bridge mode 2009-12-26 11:22:57 -08:00
routef ip/routef lifesaver 2007-07-10 18:29:20 -07:00
routel (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtm_map.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtmon.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
rtpr (Logical change 1.3) 2004-04-15 20:56:59 +00:00
static-syms.c support static-only systems 2009-11-10 10:44:20 -08:00
tunnel.c IPv6: 6rd iproute2 support 2010-02-09 14:01:57 -08:00
tunnel.h IPv6: 6rd iproute2 support 2010-02-09 14:01:57 -08:00
xfrm_monitor.c ip: xfrm: Fix flush message. 2007-09-05 12:56:51 +01:00
xfrm_policy.c ip xfrm policy: allow different tmpl family 2010-01-21 10:11:23 -08:00
xfrm_state.c ip xfrm state: parse and print "icmp" and "af-unspec" flags 2010-01-21 10:10:34 -08:00
xfrm.h Fix typo in IPPROTO_DCCP 2009-08-06 14:38:18 -07:00