While this matcher doesn't make sense used in a rule, it could be useful to define a set of addresses to allow/disallow: ``` rule (meta.saddr) in { 192.168.1.1, ::1 } ACCEPT ``` This requires investigation as it might not be feasible.