From 3893a312f54c802609a63bbef6db8c369bac3efa Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 16 Jun 2001 18:25:25 +0000 Subject: Added support for iptables-restore module-load-on-demand (a. van schie) --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 5e7db06..e8ac265 100644 --- a/iptables.c +++ b/iptables.c @@ -1551,7 +1551,7 @@ static char *get_modprobe(void) return NULL; } -static int iptables_insmod(const char *modname, const char *modprobe) +int iptables_insmod(const char *modname, const char *modprobe) { char *buf = NULL; char *argv[3]; -- cgit v1.2.3