[XFRM] STATE: Introduce route optimization mode.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Thu, 24 Aug 2006 00:59:44 +0000 (17:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:06:37 +0000 (15:06 -0700)
commit1d71627d699eca831c1fbfb66ea67bb1fba41415
tree19652e18b0b5f58c94674d8b32168c8c93e0b151
parentaee5adb4307c4c63a4dc5f3b49984d76f8a71b5b
[XFRM] STATE: Introduce route optimization mode.

Route optimization is used with routing header and destination options
header for Mobile IPv6.

At outbound it makes header space like IPsec transport. At inbound it
does nothing because exhdrs.c functions have responsibility to update
skbuff information for these headers.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/Kconfig
net/ipv6/Makefile
net/ipv6/xfrm6_mode_ro.c [new file with mode: 0644]