summaryrefslogtreecommitdiffstats
path: root/include/buffer.h
diff options
context:
space:
mode:
authorLaura Garcia Liebana <nevola@gmail.com>2016-09-07 14:29:45 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-09-07 15:24:31 +0200
commiteccdc43528891d9b1298a602a8e960b0808efd14 (patch)
tree9f2d9ca981cf8eeff6219e439babbf823db7e2e5 /include/buffer.h
parentc70451db74961f33c21291f617eff1026d71daec (diff)
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 <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, 0 insertions, 1 deletions
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"