All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnftnl] udata: add NFTNL_UDATA_SET_DATA_INTERVAL
@ 2020-04-27 22:55 Pablo Neira Ayuso
  0 siblings, 0 replies; only message in thread
From: Pablo Neira Ayuso @ 2020-04-27 22:55 UTC (permalink / raw)
  To: netfilter-devel

Use this field to specify that set element data specifies an interval.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 include/libnftnl/udata.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/libnftnl/udata.h b/include/libnftnl/udata.h
index 1d57bc3dce16..661493b48618 100644
--- a/include/libnftnl/udata.h
+++ b/include/libnftnl/udata.h
@@ -25,6 +25,7 @@ enum nftnl_udata_set_types {
 	NFTNL_UDATA_SET_KEY_TYPEOF,
 	NFTNL_UDATA_SET_DATA_TYPEOF,
 	NFTNL_UDATA_SET_EXPR,
+	NFTNL_UDATA_SET_DATA_INTERVAL,
 	__NFTNL_UDATA_SET_MAX
 };
 #define NFTNL_UDATA_SET_MAX (__NFTNL_UDATA_SET_MAX - 1)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-27 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 22:55 [PATCH libnftnl] udata: add NFTNL_UDATA_SET_DATA_INTERVAL Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.