xref: /freebsd/sbin/pfctl/tests/files/pf0096.in (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# varset allows concatenated strings as numbers
2myports = 5555 6666
3# and also can be used within another macro
4moreports = $myports 7777
5pass in proto tcp from any to any port { $moreports }
6