commit | 58918654563975e7bf3a6ec26af92a3bc222c229 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@gnumonks.org> | Sat Jun 16 18:25:25 2001 +0000 |
committer | Harald Welte <laforge@gnumonks.org> | Sat Jun 16 18:25:25 2001 +0000 |
tree | cb16b31352e4c8f548b03988c2bf7c01d1c474cb | |
parent | 058eaad25715db2a1915bef283705b7d14868a67 [diff] [blame] |
Added support for iptables-restore module-load-on-demand (a. van schie)
diff --git a/ip6tables.c b/ip6tables.c index caa8995..bce4b7b 100644 --- a/ip6tables.c +++ b/ip6tables.c
@@ -1545,7 +1545,7 @@ 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];