]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: remove 'unclean' match
authorFlorian Westphal <fw@strlen.de>
Thu, 19 Feb 2015 00:27:36 +0000 (01:27 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 19 Feb 2015 16:44:06 +0000 (17:44 +0100)
removed from kernel in 2003.

Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libipt_unclean.c [deleted file]
extensions/libipt_unclean.man [deleted file]

diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c
deleted file mode 100644 (file)
index bc4a4a0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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);
-}
diff --git a/extensions/libipt_unclean.man b/extensions/libipt_unclean.man
deleted file mode 100644 (file)
index 3fecd55..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-This module takes no options, but attempts to match packets which seem
-malformed or unusual.  This is regarded as experimental.