aboutsummaryrefslogtreecommitdiff
path: root/ipf/regress/ip3
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /ipf/regress/ip3
Notes
Diffstat (limited to 'ipf/regress/ip3')
-rw-r--r--ipf/regress/ip314
1 files changed, 14 insertions, 0 deletions
diff --git a/ipf/regress/ip3 b/ipf/regress/ip3
new file mode 100644
index 000000000000..98d2b0b94555
--- /dev/null
+++ b/ipf/regress/ip3
@@ -0,0 +1,14 @@
+pool ipf/dstlist (name fred; policy round-robin;)
+ { 3.3.3.3; };
+pool ipf/dstlist (name jack; policy weighted 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;};
+pool nat/hash (name noproxy; size 17;)
+ { 1.1.1.1; 2.2.2.2;};
+pool nat/tree (name raw;)
+ { 1.1.1.1; 2.2.2.2;};
+pool all/dstlist (name jill; policy random;)
+ { 1.1.1.1; bge0:2.2.2.2;};
+pool all/hash (name noproxy; size 17;)
+ { 1.1.1.1; 2.2.2.2;};