summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
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/ip6tables.h
parent402c3116e5b6facda53b3299ad32d03ec8460512 (diff)
Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)
Bugzilla #413
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h1
1 files changed, 1 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
};