Hi folks, I spent way too much time on a table defined twice by accident in my pf.conf file. Do you think it would be possible to throw a warning if there are 2 table definitions with the same name?
Probably
table <lan>
:
:
table <lan> const persist { 172.22.32.0/24 2001:db8:30:1::/64 }
is OK, but something like
table <lan> const persist { 172.22.32.0/24 2001:db8:30:1::/64 }
:
:
table <lan> const persist { 172.22.32.0/24 }
isn't.
Thanx very much
Harri

