From c20ca251137adfc48e960f9aaa84e8ba5545f2f0 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org" Date: Mon, 13 Nov 2006 05:09:16 +0000 Subject: load ip_[6]tables.ko just before checking revision support in kernel. --- 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 8fe7899..7907f66 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -172,5 +172,6 @@ extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t * 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); +extern int load_ip6tables_ko(const char *modprobe); #endif /*_IP6TABLES_USER_H*/ -- cgit v1.2.3