summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
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 bc32c06e..9d01841e 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -63,7 +63,7 @@ ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
if (!handle) {
/* try to insmod the module if iptc_init failed */
- xtables_insmod("ip6_tables", modprobe, 0);
+ load_xtables_ko(modprobe, 0);
handle = ip6tc_init(tablename);
}