summaryrefslogtreecommitdiffstats
path: root/include/xtables.h.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-03-06 17:42:51 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-04-13 18:09:26 +0200
commit0eff54bd407aae6b99c3b189d356929e399b5a38 (patch)
tree8934f4a6efe6432a4bd29ff241aa85b29ee2b4b4 /include/xtables.h.in
parent09631dc60ce41bc484a42fcf4d4ddf7036820bd1 (diff)
libxtables: XTTYPE_UINT16 support
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/xtables.h.in')
-rw-r--r--include/xtables.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index 325c04c4..6167f4da 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -55,6 +55,7 @@ struct in_addr;
enum xt_option_type {
XTTYPE_NONE,
XTTYPE_UINT8,
+ XTTYPE_UINT16,
XTTYPE_UINT32,
XTTYPE_UINT64,
XTTYPE_UINT8RC,
@@ -118,7 +119,7 @@ struct xt_option_call {
uint8_t nvals;
union {
uint8_t u8, u8_range[2];
- uint16_t u16_range[2];
+ uint16_t u16, u16_range[2];
uint32_t u32, u32_range[2];
uint64_t u64, u64_range[2];
struct {