summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 549e0415..d5ea878e 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -13,6 +13,10 @@ struct ip6tables_rule_match
struct ip6tables_rule_match *next;
struct ip6tables_match *match;
+
+ /* Multiple matches of the same type: the ones before
+ the current one are completed from parsing point of view */
+ unsigned int completed;
};
/* Include file for additions: new matches and targets. */