summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/regress/ip3
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/test/regress/ip3')
-rw-r--r--contrib/ipfilter/test/regress/ip314
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/ipfilter/test/regress/ip3 b/contrib/ipfilter/test/regress/ip3
deleted file mode 100644
index 98d2b0b..0000000
--- a/contrib/ipfilter/test/regress/ip3
+++ /dev/null
@@ -1,14 +0,0 @@
-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;};
OpenPOWER on IntegriCloud