summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJones Desougi <jones@ingate.com>2005-12-22 03:33:50 +0000
committerPatrick McHardy <kaber@trash.net>2005-12-22 03:33:50 +0000
commitf5b86e698be2f1f96c974a4af176269f5c677596 (patch)
treecff7e8df62630b586c369df224afc6a9869b882d /include
parent402c3116e5b6facda53b3299ad32d03ec8460512 (diff)
Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)
Bugzilla #413
Diffstat (limited to 'include')
-rw-r--r--include/ip6tables.h1
-rw-r--r--include/iptables.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 81d99d86..549e0415 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -130,6 +130,7 @@ extern struct ip6tables_target *ip6tables_targets;
enum ip6t_tryload {
DONT_LOAD,
+ DURING_LOAD,
TRY_LOAD,
LOAD_MUST_SUCCEED
};
diff --git a/include/iptables.h b/include/iptables.h
index fbcf2eb4..bf71e526 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -162,6 +162,7 @@ extern struct iptables_target *iptables_targets;
enum ipt_tryload {
DONT_LOAD,
+ DURING_LOAD,
TRY_LOAD,
LOAD_MUST_SUCCEED
};