iproute2/ip
Masahide NAKAMURA 288384f22f TUNNEL: IPv6-over-IPv6 tunnel support.
Fix ip6tunnel.c to be fit with current ip command style.
Unlike other modules currently iptunnel (and ip6tunnel) is not
designed as protocol-independent because of unarranged structure
between IPv4 and IPv6.

Usage: ip -f inet6 tunnel { add | change | del | show } [ NAME ]
          [ remote ADDR local ADDR ] [ dev PHYS_DEV ]
          [ encaplimit ELIM ]
          [ hoplimit HLIM ] [ tc TC ] [ fl FL ]
          [ dscp inherit ]

Where: NAME := STRING
       ADDR := IPV6_ADDRESS
       ELIM := { none | 0..255 }(default=4)
       HLIM := 0..255 (default=64)
       TC   := { 0x0..0xff | inherit }
       FL   := { 0x0..0xfffff | inherit }

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-11-27 08:41:26 -08:00
..
.gitignore Another .gitignore file. 2006-08-08 12:11:23 -07:00
ifcfg if you simply run ifcfg iface, you get: 2006-05-09 10:56:53 -07:00
ip6tunnel.c TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
ip_common.h TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
ip.c rtnl fd check 2006-09-26 10:41:57 -07:00
ipaddress.c ADDR: Define 0xFFFFFFFFU as INFINITY_LIFE_TIME regarding to the kernel. 2006-11-27 08:41:07 -08:00
iplink.c The ip(8) command has a bug when dealing with IPoIB link layer 2006-03-21 23:57:50 +00:00
ipmaddr.c Cleanup GCC4 warnings about signedness. 2005-07-05 22:37:15 +00:00
ipmonitor.c Add rule notification support to ip monitor 2006-11-10 09:40:30 -08:00
ipmroute.c Reenable 'ip mroute' 2005-10-07 16:41:34 +00:00
ipneigh.c The ip(8) command has a bug when dealing with IPoIB link layer 2006-03-21 23:57:50 +00:00
ipntable.c Add missing files. 2006-01-10 18:50:18 +00:00
ipprefix.c tb buffer initialization is now done in the parser 2005-01-18 22:11:58 +00:00
iproute.c Route metrics decode bug. 2006-10-26 08:47:00 -07:00
iprule.c Add rule notification support to ip monitor 2006-11-10 09:40:30 -08:00
iptunnel.c TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
ipxfrm.c SA and SP in IPSec BEET mode. 2006-10-19 13:15:35 -07:00
Makefile TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
routef (Logical change 1.3) 2004-04-15 20:56:59 +00: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 Add ip rule flush capabilty and fix all the prototype changes 2004-12-07 21:48:29 +00:00
rtpr (Logical change 1.3) 2004-04-15 20:56:59 +00:00
tunnel.c TUNNEL: Split common functions to export them. 2006-11-27 08:41:10 -08:00
tunnel.h TUNNEL: Split common functions to export them. 2006-11-27 08:41:10 -08:00
xfrm_monitor.c Fix XFRM monitor 2006-09-25 17:27:37 -07:00
xfrm_policy.c SA and SP in IPSec BEET mode. 2006-10-19 13:15:35 -07:00
xfrm_state.c SA and SP in IPSec BEET mode. 2006-10-19 13:15:35 -07:00
xfrm.h ndle DCCP in ipxfrm.c to allow using port numbers in the selector. 2006-01-12 18:31:36 +00:00