summaryrefslogtreecommitdiffstats
path: root/include/buffer.h
diff options
context:
space:
mode:
authorLaura Garcia Liebana <nevola@gmail.com>2016-08-14 16:48:48 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-22 12:21:29 +0200
commit39646feffc0fc247ba8098adb33f76f0a12a9b7a (patch)
treeb85c937caf4e99792be94536e2d2b20652a68b59 /include/buffer.h
parentd2a13436aa3029333d4352e7bcddf956735ec0a8 (diff)
expr: add number generation expression
Support for the nft ng expression within libnftnl. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/buffer.h')
-rw-r--r--include/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/buffer.h b/include/buffer.h
index a753c78..8cfe377 100644
--- a/include/buffer.h
+++ b/include/buffer.h
@@ -82,6 +82,7 @@ int nftnl_buf_reg(struct nftnl_buf *b, int type, union nftnl_data_reg *reg,
#define TOTAL "total"
#define TYPE "type"
#define UNIT "unit"
+#define UNTIL "until"
#define USE "use"
#define XOR "xor"
#define ADD "add"