pool ipf/dstlist (name fred; policy round-robin;) | |
{ 3.3.3.3; }; | |
pool ipf/dstlist (name john; policy weighting bytes;) | |
{ 1.1.1.1; bge0:2.2.2.2; 3.3.3.3; }; | |
pool ipf/dstlist (name jack; policy weighting connection;) | |
{ 4.4.4.4; bge0:5.5.5.5; }; | |
pool ipf/dstlist (name jill; policy random;) | |
{ 1.1.1.1; bge0:2.2.2.2; }; | |
table role=nat type=hash name=noproxy size=3 | |
{ 1.1.1.1/32; 2.2.2.2/32; }; | |
table role=ipf type=tree name=raw | |
{ 2.2.2.2/32; 1.1.1.1/32; }; |