From a258ad7002ae4b4f366800f512db938fb78d0661 Mon Sep 17 00:00:00 2001 From: Joszef Kadlecsik Date: Fri, 3 Mar 2006 09:36:50 +0000 Subject: Multiple matches of the same type can be specified on the commandline. If two or more matches of the same type are detected then the options are assumed to be grouped in order to tell which option belongs to which match: ... -m foo ... ... -m foo ... ... Otherwise the commandline parsing is unmodified. --- include/ip6tables.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ip6tables.h') 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. */ -- cgit v1.2.3