removed from kernel in 2003.
Signed-off-by: Florian Westphal <fw@strlen.de>
+++ /dev/null
-/* Shared library add-on to iptables for unclean. */
-#include <xtables.h>
-
-static struct xtables_match unclean_mt_reg = {
- .name = "unclean",
- .version = XTABLES_VERSION,
- .family = NFPROTO_IPV4,
- .size = XT_ALIGN(0),
- .userspacesize = XT_ALIGN(0),
-};
-
-void _init(void)
-{
- xtables_register_match(&unclean_mt_reg);
-}
+++ /dev/null
-This module takes no options, but attempts to match packets which seem
-malformed or unusual. This is regarded as experimental.