On Mon, Sep 08, 2025 at 02:03:51PM +0200, Pablo Neira Ayuso wrote: > On Wed, Aug 13, 2025 at 07:07:19PM +0200, Phil Sutter wrote: > > Upon listing a table which was created by a newer version of nftables, > > warn about the potentially incomplete content. > > Compilation breaks for me here: > > In file included from src/netlink.c:13: > ./nftversion.h:6:20: error: 'MAKE_STAMP' undeclared here (not in a function) > 6 | ((uint64_t)MAKE_STAMP >> 56) & 0xff, > | ^~~~~~~~~~ It breaks when I compile with: make V=1 CFLAGS+="-fsanitize=address -fsanitize=undefined" -j 16 which I usually do, including valgrind runs, to catch for memory issues. Could you look into restoring this? Thanks!