From eccdc43528891d9b1298a602a8e960b0808efd14 Mon Sep 17 00:00:00 2001 From: Laura Garcia Liebana Date: Wed, 7 Sep 2016 14:29:45 +0200 Subject: expr: numgen: Rename until attribute by modulus The _modulus_ attribute will be reused as _until_, as it's similar to other expressions with value limits (ex. hash). Renaming is possible according to the kernel module ntf_numgen that has not been released yet. Signed-off-by: Laura Garcia Liebana Signed-off-by: Pablo Neira Ayuso --- include/buffer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/buffer.h') diff --git a/include/buffer.h b/include/buffer.h index 8cfe377..a753c78 100644 --- a/include/buffer.h +++ b/include/buffer.h @@ -82,7 +82,6 @@ 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