table inet test { set test { type ipv4_addr elements = { 1.1.1.1, 3.3.3.3 } } chain test { ip daddr { 2.2.2.2, 4.4.4.4 } counter packets 0 bytes 0 accept ip saddr @test counter packets 0 bytes 0 accept ip daddr { 2.2.2.2, 4.4.4.4 } counter packets 0 bytes 0 accept } }