summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-09-27 23:48:25 +0200
committerJan Engelhardt <jengelh@inai.de>2012-09-29 23:14:44 +0200
commitc436dad7cfdd80ca4a05ceed556c39babc266f55 (patch)
tree7b91b28f5ef3f735e18c08fbcf7beeb1eae5fe1f /include/xtables.h
parent50f19190a60ff7d69e88406a71a2f27e09008566 (diff)
iptables: support for match aliases
This patch allows for match names listed on the command line to be rewritten to new names and revisions, like we did for targets before. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'include/xtables.h')
-rw-r--r--include/xtables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xtables.h b/include/xtables.h
index 7bdc331c..2cc1a028 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -213,6 +213,7 @@ struct xtables_match
struct xtables_match *next;
const char *name;
+ const char *real_name;
/* Revision of match (0 by default). */
u_int8_t revision;