]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/ipf/regress/ip3
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / ipf / regress / ip3
1 pool ipf/dstlist (name fred; policy round-robin;)
2         { 3.3.3.3; };
3 pool ipf/dstlist (name jack; policy weighted connection;)
4         { 4.4.4.4; bge0:5.5.5.5;};
5 pool ipf/dstlist (name jill; policy random;)
6         { 1.1.1.1; bge0:2.2.2.2;};
7 pool nat/hash (name noproxy; size 17;)
8         { 1.1.1.1; 2.2.2.2;};
9 pool nat/tree (name raw;)
10         { 1.1.1.1; 2.2.2.2;};
11 pool all/dstlist (name jill; policy random;)
12         { 1.1.1.1; bge0:2.2.2.2;};
13 pool all/hash (name noproxy; size 17;)
14         { 1.1.1.1; 2.2.2.2;};