xref: /freebsd/sbin/pfctl/tests/files/pf0035.in (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1#test matching on tos
2
3intf = "lo0"
4pass out on $intf inet proto tcp from any to any port 22 tos 0x10
5pass out on $intf inet proto tcp from any to any port 22 tos 0x08
6