[netfilter-cvslog] r6789 - trunk/iptables

kaber at trash.net kaber at trash.net
Mon Apr 16 11:12:28 CEST 2007


Author: kaber at trash.net
Date: 2007-04-16 11:12:28 +0200 (Mon, 16 Apr 2007)
New Revision: 6789

Modified:
   trunk/iptables/iptables.c
Log:
Fix iptables --modprobe parameter (Maurice van der Pot <griffon26 at kfk4ever.com>)

Supply modprobe parameter to iptables_insmod function.

Bugzilla #556


Modified: trunk/iptables/iptables.c
===================================================================
--- trunk/iptables/iptables.c	2007-04-16 00:37:02 UTC (rev 6788)
+++ trunk/iptables/iptables.c	2007-04-16 09:12:28 UTC (rev 6789)
@@ -1861,7 +1861,7 @@
 	static int ret = -1;
 
 	if (!loaded) {
-		ret = iptables_insmod("ip_tables", NULL, quiet);
+		ret = iptables_insmod("ip_tables", modprobe, quiet);
 		loaded = (ret == 0);
 	}
 




More information about the netfilter-cvslog mailing list