]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/netfilter/Kconfig
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[mirror_ubuntu-artful-kernel.git] / net / netfilter / Kconfig
index bbc45f8a7b2de6801eab367fa7f3611e23b92b9e..dfbe9deeb8c406b8644b569ff8cb058c1c424905 100644 (file)
@@ -162,6 +162,7 @@ config NF_CT_PROTO_SCTP
        bool 'SCTP protocol connection tracking support'
        depends on NETFILTER_ADVANCED
        default y
+       select LIBCRC32C
        help
          With this option enabled, the layer 3 independent connection
          tracking code will be able to do state tracking on SCTP connections.
@@ -397,7 +398,6 @@ config NF_NAT_PROTO_SCTP
        bool
        default NF_NAT && NF_CT_PROTO_SCTP
        depends on NF_NAT && NF_CT_PROTO_SCTP
-       select LIBCRC32C
 
 config NF_NAT_AMANDA
        tristate