blob: 1972ed7c99c3b3d3e285c2bc49716d4dc3066e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#illegal port value
pass in quick proto tcp from any to any port 65536
#flags only apply to tcp
#(similar to pfail13.in which tests for flags S failure)
pass in proto udp from any to any flags S/SA
pass in proto { udp, icmp } from any to any flags S/SA
#no routing address with matching address family found
pass out inet6 from any to any dup-to 1.1.1.1
|