From 33d180871bea281a448efd0c1a49517318162382 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 6 Mar 2011 18:11:58 +0100 Subject: libxtables: pass struct xt_entry_{match,target} to x6 parser Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/xtables.h.in') diff --git a/include/xtables.h.in b/include/xtables.h.in index 6167f4da..afade14b 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -126,6 +126,10 @@ struct xt_option_call { uint32_t mark, mask; }; } val; + union { + struct xt_entry_match **match; + struct xt_entry_target **target; + }; }; /** -- cgit v1.2.3