From 48a71a20420e307d0a1d8a89ac9fc7b46ec5a1ca Mon Sep 17 00:00:00 2001 From: Laura Garcia Liebana Date: Sat, 13 Aug 2016 01:02:03 +0200 Subject: expr: add hash expression Support for the nft hash expression in libnftnl. Signed-off-by: Laura Garcia Liebana Signed-off-by: Pablo Neira Ayuso --- include/buffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/buffer.h') diff --git a/include/buffer.h b/include/buffer.h index cc4bfbc..a753c78 100644 --- a/include/buffer.h +++ b/include/buffer.h @@ -89,5 +89,7 @@ int nftnl_buf_reg(struct nftnl_buf *b, int type, union nftnl_data_reg *reg, #define DELETE "delete" #define REPLACE "replace" #define FLUSH "flush" +#define MODULUS "modulus" +#define SEED "seed" #endif -- cgit v1.2.3