xref: /freebsd/sbin/pfctl/tests/files/pf0035.in (revision 580d00f42fdd94ce43583cc45fe3f1d9fdff47d4)
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