xref: /freebsd/sbin/pfctl/tests/files/pf0024.in (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
1#test variable concat
2a="ssh"
3b="ftp"
4c=$a $b
5d=$a $b $a $b
6e=$a $b $b "test" $a $b
7
8pass in proto tcp from any to any port { $c }
9