Linux Netfilter development
 help / color / mirror / Atom feed
* [PATCH libnftnl] udata: add NFTNL_UDATA_SET_COMMENT
@ 2020-08-11 14:27 Jose M. Guisado Gomez
  2020-08-11 14:27 ` [PATCH nft] src: add comment support for set declarations Jose M. Guisado Gomez
  2020-08-13  2:11 ` [PATCH libnftnl] udata: add NFTNL_UDATA_SET_COMMENT Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Jose M. Guisado Gomez @ 2020-08-11 14:27 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo

This field is used to store an optional comment of a set.

Signed-off-by: Jose M. Guisado Gomez <guigom@riseup.net>
---
 include/libnftnl/udata.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/libnftnl/udata.h b/include/libnftnl/udata.h
index 661493b..efa3f76 100644
--- a/include/libnftnl/udata.h
+++ b/include/libnftnl/udata.h
@@ -26,6 +26,7 @@ enum nftnl_udata_set_types {
 	NFTNL_UDATA_SET_DATA_TYPEOF,
 	NFTNL_UDATA_SET_EXPR,
 	NFTNL_UDATA_SET_DATA_INTERVAL,
+	NFTNL_UDATA_SET_COMMENT,
 	__NFTNL_UDATA_SET_MAX
 };
 #define NFTNL_UDATA_SET_MAX (__NFTNL_UDATA_SET_MAX - 1)
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-13  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-11 14:27 [PATCH libnftnl] udata: add NFTNL_UDATA_SET_COMMENT Jose M. Guisado Gomez
2020-08-11 14:27 ` [PATCH nft] src: add comment support for set declarations Jose M. Guisado Gomez
2020-08-13  2:11   ` Pablo Neira Ayuso
2020-08-13  2:11 ` [PATCH libnftnl] udata: add NFTNL_UDATA_SET_COMMENT Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox