iproute2/include
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
..
libiptc Import patch iproute2.110 2005-01-17 23:26:23 +00:00
linux TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
net Include file update 2006-03-10 17:26:34 +00:00
SNAPSHOT.h version snapshot 2006-10-02 13:15:30 -07:00
ip6tables.h Import patch iproute2.110 2005-01-17 23:26:23 +00:00
iptables.h (Logical change 1.181) 2005-03-30 18:43:30 +00:00
iptables_common.h (Logical change 1.181) 2005-03-30 18:43:30 +00:00
libnetlink.h parse_rtattr_nested macro to parse nested TLVs 2005-01-18 22:11:58 +00:00
ll_map.h Device indices are unsigned and use if_nametoindex as fallback 2005-06-07 22:15:48 +00:00
rt_names.h Add support for larger number of routing tables 2006-08-10 16:12:07 -07:00
rtm_map.h (Logical change 1.3) 2004-04-15 20:56:59 +00:00
utils.h Update header files to 2.6.14 2005-09-01 19:21:50 +00:00