Re: [PATCH] Fix config requirements of IPv6

2007-09-06 Thread David Miller
From: Bernhard Walle <[EMAIL PROTECTED]> Date: Thu, 6 Sep 2007 22:01:52 +0200 > [PATCH] Fix config requirements of IPv6 > > net/ipv6/inet6_connection_sock.c in function __inet6_csk_dst_store() requires > flow_cache_genid which is defined in net/core/flow.c which is compiled whe

[PATCH] Fix config requirements of IPv6

2007-09-06 Thread Bernhard Walle
[PATCH] Fix config requirements of IPv6 net/ipv6/inet6_connection_sock.c in function __inet6_csk_dst_store() requires flow_cache_genid which is defined in net/core/flow.c which is compiled when CONFIG_XFRM is set. This patch expresses that dependency. Signed-off-by: Bernhard Walle <[EM