ipfilter does not evaluate the address family
Brought to you by:
darren_r
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=49388
Description:
ipfilter does not evaluate the address family.
block in on ixg0 family inet
-> matches to ipv4 and ipv6 packets but should only match to ipv4
pass in on ixg0 family inet6
-> matches to ipv4 and ipv6 packets but should only match to ipv6