diff options
author | Michael Larson <mike@vyatta.com> | 2011-09-12 14:58:32 -0700 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2011-09-12 14:58:32 -0700 |
commit | 1ac321d8093787035c09c0bcabaae64bef7f5d2e (patch) | |
tree | 84b62b4bfdc02e77b4aec35f341daa782b9ce3de /src/lbtest_icmp.hh | |
parent | 9ea51f6fd9e901f472aa445d8f8597d93b94153b (diff) | |
download | vyatta-wanloadbalance-1ac321d8093787035c09c0bcabaae64bef7f5d2e.tar.gz vyatta-wanloadbalance-1ac321d8093787035c09c0bcabaae64bef7f5d2e.zip |
fix for bug 7315. Target status behavior has been modified to fix this bug:
vyatta@vyatta# run show wan-load-balance
Interface: eth0
Status: active
Last Status Change: Mon Sep 12 21:55:13 2011
-Test: ping Target: 8.8.8.8
+Test: ping Target: 10.3.0.120
Test: ping Target: 127.0.0.1
Last Interface Success: 0s
Last Interface Failure: n/a
# Interface Failure(s): 0
[edit]
vyatta@vyatta# run show wan-load-balance
Interface: eth0
Status: active
Last Status Change: Mon Sep 12 21:55:13 2011
+Test: ping Target: 8.8.8.8
Test: ping Target: 10.3.0.120
Test: ping Target: 127.0.0.1
Last Interface Success: 0s
Last Interface Failure: n/a
# Interface Failure(s): 0
- denotes failed test
+ denotes successful test
blank means the test wasn't performed
All test status' refer to the last test cycle.
Diffstat (limited to 'src/lbtest_icmp.hh')
-rw-r--r-- | src/lbtest_icmp.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbtest_icmp.hh b/src/lbtest_icmp.hh index d2148d6..2de9115 100644 --- a/src/lbtest_icmp.hh +++ b/src/lbtest_icmp.hh @@ -39,7 +39,7 @@ public: name() {return string("ping");} string - status() {return _status_line;} + status(); private: void |