* [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
* Re: [libnftnl PATCH] udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD}
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
0 siblings, 1 reply; 3+ messages in thread
From: Pablo Neira Ayuso @ 2025-08-27 22:48 UTC (permalink / raw)
To: Phil Sutter; +Cc: netfilter-devel
On Wed, Aug 13, 2025 at 07:07:03PM +0200, Phil Sutter wrote:
> Register these table udata types here to avoid accidental overlaps.
>
> Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [libnftnl PATCH] udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD}
2025-08-27 22:48 ` Pablo Neira Ayuso
@ 2025-08-28 10:41 ` Phil Sutter
0 siblings, 0 replies; 3+ messages in thread
From: Phil Sutter @ 2025-08-28 10:41 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: netfilter-devel
On Thu, Aug 28, 2025 at 12:48:05AM +0200, Pablo Neira Ayuso wrote:
> On Wed, Aug 13, 2025 at 07:07:03PM +0200, Phil Sutter wrote:
> > Register these table udata types here to avoid accidental overlaps.
> >
> > Signed-off-by: Phil Sutter <phil@nwl.cc>
>
> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Patch applied.
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).