As it is said, this command failed :
nft 'add set netdev blacklist blocklist_v4 {type ipv4_addr; flags interval;}'
But this one succeded :
nft 'add set netdev blacklist blocklist_v4 {type ipv4_addr;}'
I tried with flags constant, and it works. So it seems "interval" is not supported, or am i missing something ??
I'm trying to achieve something like this.