[PATCH] connbytes match connbytes-direction argument

Phil Oester kernel at linuxace.com
Thu Dec 15 02:57:48 CET 2005


Connbytes match should accept the full connbytes-direction argument
as the help notes.  At present, it only accepts 'connbytes-dir'.
This closes bugzilla #410.

Phil


-------------- next part --------------
--- ipt-orig/extensions/libipt_connbytes.c	2005-12-05 04:08:03.000000000 -0800
+++ ipt-new/extensions/libipt_connbytes.c	2005-12-14 17:44:38.000000000 -0800
@@ -22,7 +22,7 @@
 
 static struct option opts[] = {
 	{ "connbytes", 1, 0, '1' },
-	{ "connbytes-dir", 1, 0, '2' },
+	{ "connbytes-direction", 1, 0, '2' },
 	{ "connbytes-mode", 1, 0, '3' },
 	{0}
 };


More information about the netfilter-devel mailing list