]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0024.in
OpenSSL: Merge OpenSSL 1.1.1j
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / pf0024.in
1 #test variable concat
2 a="ssh"
3 b="ftp"
4 c=$a $b
5 d=$a $b $a $b
6 e=$a $b $b "test" $a $b
7
8 pass in proto tcp from any to any port { $c }