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