From 39646feffc0fc247ba8098adb33f76f0a12a9b7a Mon Sep 17 00:00:00 2001 From: Laura Garcia Liebana Date: Sun, 14 Aug 2016 16:48:48 +0200 Subject: expr: add number generation expression Support for the nft ng expression within libnftnl. Signed-off-by: Laura Garcia Liebana Signed-off-by: Pablo Neira Ayuso --- include/buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/buffer.h') 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" -- cgit v1.2.3