netfilter-2.6/iptables/branches/iptables-patched-2.6.11.x/extensions/libipt_osf.c

pluto cvs at pld-linux.org
Sat Jun 18 14:34:21 CEST 2005


Author: pluto
Date: Sat Jun 18 14:34:20 2005
New Revision: 6135

Modified:
   netfilter-2.6/iptables/branches/iptables-patched-2.6.11.x/extensions/libipt_osf.c
Log:
- connector n/a in 2.6.11.x.


Modified: netfilter-2.6/iptables/branches/iptables-patched-2.6.11.x/extensions/libipt_osf.c
==============================================================================
--- netfilter-2.6/iptables/branches/iptables-patched-2.6.11.x/extensions/libipt_osf.c	(original)
+++ netfilter-2.6/iptables/branches/iptables-patched-2.6.11.x/extensions/libipt_osf.c	Sat Jun 18 14:34:20 2005
@@ -42,7 +42,6 @@
 					"they do not match desired one. "
 					"Level may be 0(all) or 1(only first entry).\n"
 		"--netlink		Log through netlink(NETLINK_NFLOG).\n",
-		"--connector		Log through kernel connector [in 2.6.12-mm+].\n"
 		);
 }
 
@@ -52,7 +51,6 @@
 	{ .name = "smart",	.has_arg = 0, .flag = 0, .val = '2' },
 	{ .name = "log",	.has_arg = 1, .flag = 0, .val = '3' },
 	{ .name = "netlink",	.has_arg = 0, .flag = 0, .val = '4' },
-	{ .name = "connector",	.has_arg = 0, .flag = 0, .val = '5' },
 	{ .name = 0 }
 };
 
@@ -103,12 +101,6 @@
 			*flags |= IPT_OSF_NETLINK;
 			info->flags |= IPT_OSF_NETLINK;
 			break;
-		case '5': /* --connector */
-			if (*flags & IPT_OSF_CONNECTOR)
-				exit_error(PARAMETER_PROBLEM, "Can't specify multiple connector parameter");
-			*flags |= IPT_OSF_CONNECTOR;
-			info->flags |= IPT_OSF_CONNECTOR;
-			break;
 		default:
 			return 0;
 	}



More information about the pld-cvs-commit mailing list