]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0096.in
Merge lld trunk r321017 to contrib/llvm/tools/lld.
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / pf0096.in
1 # varset allows concatenated strings as numbers
2 myports = 5555 6666
3 # and also can be used within another macro
4 moreports = $myports 7777
5 pass in proto tcp from any to any port { $moreports }