summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2006-11-13 05:09:16 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2006-11-13 05:09:16 +0000
commitc20ca251137adfc48e960f9aaa84e8ba5545f2f0 (patch)
tree87d226926445e619bd7a54ed259221d560fac166 /include/iptables_common.h
parent638dc41ff0822a3c1b0cd88ab7b80df9ad2dcfe7 (diff)
load ip_[6]tables.ko just before checking revision support in kernel.
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r--include/iptables_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h
index 05516ac..6f7e429 100644
--- a/include/iptables_common.h
+++ b/include/iptables_common.h
@@ -28,6 +28,7 @@ extern int string_to_number_ll(const char *,
unsigned long long int,
unsigned long long *);
extern int iptables_insmod(const char *modname, const char *modprobe);
+extern int load_iptables_ko(const char *modprobe);
void exit_error(enum exittype, char *, ...)__attribute__((noreturn,
format(printf,2,3)));
extern const char *program_name, *program_version;