]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0024.in
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[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 }