After looking here, I'm getting some unexpected errors in a simple pf.conf while just trying to use tables correctly-
All I want to do is declare some constant tables...
cat /etc/pf.conf
Code:
table <martians> const { 0.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8 }
table <martians_10> const { 10.0.0.0/8 }
table <martians_169> const { 169.254.0.0/16 }
pfctl -vnf /etc/pf.conf
Code:
/etc/pf.conf:1: syntax error
/etc/pf.conf:2: syntax error
/etc/pf.conf:3: syntax error