summaryrefslogtreecommitdiffstats
path: root/net/ipv6/Makefile
diff options
context:
space:
mode:
authorMasahide NAKAMURA2006-08-24 02:59:44 +0200
committerDavid S. Miller2006-09-23 00:06:37 +0200
commit1d71627d699eca831c1fbfb66ea67bb1fba41415 (patch)
tree19652e18b0b5f58c94674d8b32168c8c93e0b151 /net/ipv6/Makefile
parent[XFRM] STATE: Add a hook to find offset to be inserted header in outbound. (diff)
downloadkernel-qcow2-linux-1d71627d699eca831c1fbfb66ea67bb1fba41415.tar.gz
kernel-qcow2-linux-1d71627d699eca831c1fbfb66ea67bb1fba41415.tar.xz
kernel-qcow2-linux-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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile
index 9eebf6091279..87e912e31922 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