OpenBSD 3.3
[pf.conf]
net1 = "123.123.1.0/24"
net2 = "123.123.2.0/24"
...
int_net = "{" $net1 $net2 "}"
--------------------------------
This causes syntax error on
pfctl -nf /etc/pf.conf
Is this because of the '/24'?
Is there a workaround?
TIA.