summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-06-16 18:25:25 +0000
committerHarald Welte <laforge@gnumonks.org>2001-06-16 18:25:25 +0000
commit58918654563975e7bf3a6ec26af92a3bc222c229 (patch)
treecb16b31352e4c8f548b03988c2bf7c01d1c474cb /ip6tables.c
parent058eaad25715db2a1915bef283705b7d14868a67 (diff)
Added support for iptables-restore module-load-on-demand (a. van schie)
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c
index caa89950..bce4b7bc 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -1545,7 +1545,7 @@ static char *get_modprobe(void)
return NULL;
}
-static int ip6tables_insmod(const char *modname, const char *modprobe)
+int ip6tables_insmod(const char *modname, const char *modprobe)
{
char *buf = NULL;
char *argv[3];