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