I am unable to create an ip set (precisely, a subnet set) with the define statement in nftables
nft -f rc.nftables
rc.nftables:5:17-34: Error: Could not resolve hostname: Address family for hostname not supported
define lov6 = { 1234:5678:90ab:cd::0/64, 1234:5678:90ab:ce::0/64, fe80::0/10 }
^^^^^^^^^^^^^^^^^^
Using square brackets doesn't improve things. I may have misread the docs but right now I'm stuck. Similar syntax works for ipv4 in the previous line as follows.
define lov4 = { 1.2.3.0/24, 1.2.4.0/24 }