[netfilter-cvslog] r6776 - trunk/iptables

yasuyuki at netfilter.org yasuyuki at netfilter.org
Tue Mar 20 17:50:22 CET 2007


Author: yasuyuki at netfilter.org
Date: 2007-03-20 17:50:21 +0100 (Tue, 20 Mar 2007)
New Revision: 6776

Modified:
   trunk/iptables/ip6tables-restore.c
Log:
ip6tables-restore should output error of modprobe if failed to load
ip6tables.ko after failed to initialize handle.



Modified: trunk/iptables/ip6tables-restore.c
===================================================================
--- trunk/iptables/ip6tables-restore.c	2007-03-20 15:51:41 UTC (rev 6775)
+++ trunk/iptables/ip6tables-restore.c	2007-03-20 16:50:21 UTC (rev 6776)
@@ -62,7 +62,7 @@
 
 	if (!handle) {
 		/* try to insmod the module if iptc_init failed */
-		ip6tables_insmod("ip6_tables", modprobe, 1);
+		ip6tables_insmod("ip6_tables", modprobe, 0);
 		handle = ip6tc_init(tablename);
 	}
 




More information about the netfilter-cvslog mailing list