PF (Packet Filter) - Macros and variables
They help add readability to firewall rules in most cases. They become more relevant in policy files with many rules.
clients_wifi = "192.168.1.0/25"
block
pass from $clients_wifi
They help add readability to firewall rules in most cases. They become more relevant in policy files with many rules.
clients_wifi = "192.168.1.0/25"
block
pass from $clients_wifi