commit | 1841a4c7ae106b7a3e2521db55f4d8bb8a0988d5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Dec 05 01:22:05 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:05 2008 -0800 |
tree | 50c64a8b67e9f2f768560f32792ea740042b3f08 | |
parent | 193b23c5a0b270f045a4e77545e9020bfe73d5c4 [diff] |
[NETFILTER]: nf_ct_h323: remove ipv6 module dependency nf_conntrack_h323 needs ip6_route_output for the call forwarding filter. Add a ->route function to nf_afinfo and use that to avoid pulling in the ipv6 module. Fix the #ifdef for the IPv6 code while I'm at it - the IPv6 support is only needed when IPv6 conntrack is enabled. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>