1pool ipf/dstlist (name fred; policy round-robin;) 2 { 3.3.3.3; }; 3pool ipf/dstlist (name jack; policy weighting connection;) 4 { 4.4.4.4; bge0:5.5.5.5; }; 5pool ipf/dstlist (name jill; policy random;) 6 { 1.1.1.1; bge0:2.2.2.2; }; 7table role=nat type=hash name=noproxy size=3 8 { 1.1.1.1/32; 2.2.2.2/32; }; 9table role=nat type=tree name=raw 10 { 1.1.1.1/32; 2.2.2.2/32; }; 11pool all/dstlist (name jill; policy random;) 12 { 1.1.1.1; bge0:2.2.2.2; }; 13table role=all type=hash name=noproxy size=3 14 { 1.1.1.1/32; 2.2.2.2/32; }; 15