All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnftnl PATCH] udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD}
@ 2025-08-13 17:07 Phil Sutter
  2025-08-27 22:48 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Sutter @ 2025-08-13 17:07 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

Register these table udata types here to avoid accidental overlaps.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 include/libnftnl/udata.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/libnftnl/udata.h b/include/libnftnl/udata.h
index dbf3a60ff06e9..9b8a3b639adc0 100644
--- a/include/libnftnl/udata.h
+++ b/include/libnftnl/udata.h
@@ -11,6 +11,8 @@ extern "C" {
 
 enum nftnl_udata_table_types {
 	NFTNL_UDATA_TABLE_COMMENT,
+	NFTNL_UDATA_TABLE_NFTVER,
+	NFTNL_UDATA_TABLE_NFTBLD,
 	__NFTNL_UDATA_TABLE_MAX
 };
 #define NFTNL_UDATA_TABLE_MAX (__NFTNL_UDATA_TABLE_MAX - 1)
-- 
2.49.0


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

end of thread, other threads:[~2025-08-28 10:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 17:07 [libnftnl PATCH] udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD} Phil Sutter
2025-08-27 22:48 ` Pablo Neira Ayuso
2025-08-28 10:41   ` Phil Sutter

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.