]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
netfilter: conntrack: built-in support for SCTP
[karo-tx-linux.git] / net / ipv4 / netfilter / nf_conntrack_l3proto_ipv4.c
index cb3cf770b00cbb5e5b89b8c2132aa9b4b3718b62..0a9d354ef31461287b6de7247bbdf71a604c6fdf 100644 (file)
@@ -343,6 +343,9 @@ static struct nf_conntrack_l4proto *builtin_l4proto4[] = {
 #ifdef CONFIG_NF_CT_PROTO_DCCP
        &nf_conntrack_l4proto_dccp4,
 #endif
+#ifdef CONFIG_NF_CT_PROTO_SCTP
+       &nf_conntrack_l4proto_sctp4,
+#endif
 };
 
 static int ipv4_net_init(struct net *net)