summaryrefslogtreecommitdiff
path: root/ipf/expected/ip3
blob: 48dd074a4c043c16fc250dc3b8266be25e8c1886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pool ipf/dstlist (name fred; policy round-robin;)
	{ 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=nat type=tree name=raw
	{ 1.1.1.1/32; 2.2.2.2/32; };
pool all/dstlist (name jill; policy random;)
	{ 1.1.1.1; bge0:2.2.2.2; };
table role=all type=hash name=noproxy size=3
	{ 1.1.1.1/32; 2.2.2.2/32; };