We could, but the pf.conf(5) syntax won't allow it and give you an even harder failure like the firewall not working anymore.Cheers,Franco
MACROS Macros can be defined that will later be expanded in context. Macro names must start with a letter, and may contain letters, digits and un- derscores. Macro names may not be reserved words (for example pass, in, out). Macros are not expanded inside quotes. For example, ext_if = "kue0" all_ifs = "{" $ext_if lo0 "}" pass out on $ext_if from any to any pass in on $ext_if proto tcp from any to any port 25