summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-03-13 08:17:59 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-03-13 08:17:59 +0000
commit0e9480b864a16400fc3572719b05f01f300026ab (patch)
treef42f735b00dc0c6a783de2b7c0b2fd056ce3bae8 /ip6tables-restore.c
parent191e3ffccbea68fa927720a8ef8f8b0a437c1f41 (diff)
Supress error message from modprobe on checking revision.
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index d5ec80a6..4f5ead1d 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -62,7 +62,7 @@ ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
if (!handle) {
/* try to insmod the module if iptc_init failed */
- ip6tables_insmod("ip6_tables", modprobe);
+ ip6tables_insmod("ip6_tables", modprobe, 1);
handle = ip6tc_init(tablename);
}