From e6ca6739cc136d05ec3d13dbf82cdee247bee1d9 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 27 Feb 2017 23:42:03 +0100 Subject: src: store byteorder for set data Add new UDATA_SET_DATABYTEORDER attribute for NFTA_SET_UDATA to store the datatype byteorder. This is required if integer_type is used on the rhs of the mapping given that this datatype comes with no specific byteorder. Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/rule.h b/include/rule.h index f5160daf..ed12774d 100644 --- a/include/rule.h +++ b/include/rule.h @@ -479,6 +479,7 @@ enum udata_type { enum udata_set_type { UDATA_SET_KEYBYTEORDER, + UDATA_SET_DATABYTEORDER, __UDATA_SET_MAX, }; #define UDATA_SET_MAX (__UDATA_SET_MAX - 1) -- cgit v1.2.3