After looking here, I'm getting some unexpected errors in a simple pf.conf while just trying to use tables correctly-
cat /etc/pf.conf
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...