diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 11:50:09 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 11:50:09 -0700 |
commit | f947ef5883cd890a2cdc3e250f6790f3a630492f (patch) | |
tree | ceb0582cfb652bbef942f3a63661a3a60f9adb9a /templates/load-balancing/wan | |
parent | 25d9851b65fed9297caaa01b47ec6bae76d8c954 (diff) | |
download | vyatta-wanloadbalance-f947ef5883cd890a2cdc3e250f6790f3a630492f.tar.gz vyatta-wanloadbalance-f947ef5883cd890a2cdc3e250f6790f3a630492f.zip |
added udp ttl limited test type to health check. modified configuration layout. modified op mode command to
provide indication on multiple target success/failures.
Diffstat (limited to 'templates/load-balancing/wan')
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/icmp/node.def | 2 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/target/node.def | 2 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.def (renamed from templates/load-balancing/wan/interface-health/node.tag/rule/node.def) | 0 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ping/node.def | 1 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def (renamed from templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/resp-time/node.def) | 0 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def | 3 | ||||
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl/node.def | 3 |
7 files changed, 7 insertions, 4 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/icmp/node.def b/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/icmp/node.def deleted file mode 100644 index e44ae5c..0000000 --- a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/icmp/node.def +++ /dev/null @@ -1,2 +0,0 @@ -type: txt -help: Set health test destination diff --git a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/target/node.def b/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/target/node.def deleted file mode 100644 index bc4c9b7..0000000 --- a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/target/node.def +++ /dev/null @@ -1,2 +0,0 @@ -type: txt -help: Set health target [ip|uri] diff --git a/templates/load-balancing/wan/interface-health/node.tag/rule/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.def index 169f3b9..169f3b9 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/rule/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.def diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ping/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ping/node.def new file mode 100644 index 0000000..08d4224 --- /dev/null +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ping/node.def @@ -0,0 +1 @@ +help: Set health test type to icmp (ping) diff --git a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/resp-time/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def index 1636278..1636278 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/resp-time/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def new file mode 100644 index 0000000..748949a --- /dev/null +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def @@ -0,0 +1,3 @@ +type: txt +help: Set health target address + diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl/node.def new file mode 100644 index 0000000..e057921 --- /dev/null +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl/node.def @@ -0,0 +1,3 @@ +type: u32 +help: Set ttl limit (hop count) + |