From: Patrick McHardy Date: Tue, 25 Jul 2006 05:55:29 +0000 (-0700) Subject: [NETFILTER]: Demote xt_sctp to EXPERIMENTAL X-Git-Tag: v2.6.18-rc3~30^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5af981e93aff0de5ad2a1a9935a3f6aa5cd3e3c;p=platform%2Fkernel%2Flinux-3.10.git [NETFILTER]: Demote xt_sctp to EXPERIMENTAL After the recent problems with all the SCTP stuff it seems reasonable to mark this as experimental. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 42a178a..a9894ddf 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -386,8 +386,8 @@ config NETFILTER_XT_MATCH_REALM . If unsure, say `N'. config NETFILTER_XT_MATCH_SCTP - tristate '"sctp" protocol match support' - depends on NETFILTER_XTABLES + tristate '"sctp" protocol match support (EXPERIMENTAL)' + depends on NETFILTER_XTABLES && EXPERIMENTAL help With this option enabled, you will be able to use the `sctp' match in order to match on SCTP source/destination ports