diff options
author | Masahide NAKAMURA <nakam@linux-ipv6.org> | 2006-08-23 17:59:44 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 15:06:37 -0700 |
commit | 1d71627d699eca831c1fbfb66ea67bb1fba41415 (patch) | |
tree | 19652e18b0b5f58c94674d8b32168c8c93e0b151 /net/ipv6/Makefile | |
parent | aee5adb4307c4c63a4dc5f3b49984d76f8a71b5b (diff) | |
download | linux-3.10-1d71627d699eca831c1fbfb66ea67bb1fba41415.tar.gz linux-3.10-1d71627d699eca831c1fbfb66ea67bb1fba41415.tar.bz2 linux-3.10-1d71627d699eca831c1fbfb66ea67bb1fba41415.zip |
[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>
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r-- | net/ipv6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile index 9eebf609127..87e912e3192 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_INET6_XFRM_TUNNEL) += xfrm6_tunnel.o obj-$(CONFIG_INET6_TUNNEL) += tunnel6.o obj-$(CONFIG_INET6_XFRM_MODE_TRANSPORT) += xfrm6_mode_transport.o obj-$(CONFIG_INET6_XFRM_MODE_TUNNEL) += xfrm6_mode_tunnel.o +obj-$(CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION) += xfrm6_mode_ro.o obj-$(CONFIG_NETFILTER) += netfilter/ obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o |