Matt <matt-nft@xxxxxxxxxxxx> wrote: > However, doing the same with ipv6 doesn't work for me: > #nft add set filter_v6 my_drop \{type ipv6_addr \; flags timeout \; > elements=\{fda5:2c8a:af4c:a95e::64 timeout 60s\} \;\} Try: nft add set ip6 filter_v6 ...