iproute2/ip
Masahide NAKAMURA 7ea4f5d33d XFRM: Mobile IPv6 route optimization support.
To support Mobile IPv6 RO, the following extension is included:
o Use XFRM_MODE_XXX macro instead of magic number
o New attribute option for all state: source address for
  deleting or getting message
o New attribute options for RO: care-of address, last-used timestamp
  and wild-receive flag

Note:
Flush command like `ip xfrm state flush` is to remove all XFRM state.
It has been effected for IPsec SAD but with this patch it flushes both
IPsec SAD and Mobile IPv6 RO states.
To make only IPsec SA flush, it is recommanded to specify each XFRM
protocol like below:
 `ip x s f proto esp ; ip x s f proto ah ; ip x s f proto comp`

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-12-05 10:03:32 -08:00
..
.gitignore Another .gitignore file. 2006-08-08 12:11:23 -07:00
Makefile TUNNEL: IPv6-over-IPv6 tunnel support. 2006-11-27 08:41:26 -08:00
ifcfg if you simply run `ifcfg iface`, you get: 2006-05-09 10:56:53 -07:00
ip.c rtnl fd check 2006-09-26 10:41:57 -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
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 XFRM: Mobile IPv6 route optimization support. 2006-12-05 10:03:32 -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.h XFRM: Mobile IPv6 route optimization support. 2006-12-05 10:03:32 -08:00
xfrm_monitor.c Fix XFRM monitor 2006-09-25 17:27:37 -07:00
xfrm_policy.c XFRM: Mobile IPv6 route optimization support. 2006-12-05 10:03:32 -08:00
xfrm_state.c XFRM: Mobile IPv6 route optimization support. 2006-12-05 10:03:32 -08:00