From 58918654563975e7bf3a6ec26af92a3bc222c229 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jun 2001 18:25:25 +0000 Subject: Added support for iptables-restore module-load-on-demand (a. van schie) --- include/ip6tables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index baa3677e..9ac3835c 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -122,5 +122,6 @@ extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload); extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle); extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); +extern int ip6tables_insmod(const char *modname, const char *modprobe); #endif /*_IP6TABLES_USER_H*/ -- cgit v1.2.3