summaryrefslogtreecommitdiffstats
path: root/include/xtables.h.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-03-06 16:59:23 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-04-13 18:09:26 +0200
commit564eaf48e14411803a353206eefbb89d525c63ff (patch)
tree798b2f3a3a7dce02c7131f4e92804443dfea01ab /include/xtables.h.in
parentf04d48879fea70451148d7867d5a388efe63b48f (diff)
libxtables: XTTYPE_UINT16RC support
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/xtables.h.in')
-rw-r--r--include/xtables.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index 30d9e73b..ae76bb6b 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -57,6 +57,7 @@ enum xt_option_type {
XTTYPE_UINT8,
XTTYPE_UINT32,
XTTYPE_UINT64,
+ XTTYPE_UINT16RC,
XTTYPE_UINT32RC,
XTTYPE_STRING,
XTTYPE_MARKMASK32,
@@ -115,6 +116,7 @@ struct xt_option_call {
uint8_t nvals;
union {
uint8_t u8;
+ uint16_t u16_range[2];
uint32_t u32, u32_range[2];
uint64_t u64;
struct {