templates/load-balancing/wan/interface-health/node.tag/ping/node.def | 2 templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def | 6 Makefile.am | 3 scripts/vyatta-wanloadbalance.pl | 52 + src/lbdata.cc | 71 + src/lbdata.hh | 85 ++ src/lbdatafactory.cc | 111 ++- src/lbdatafactory.hh | 19 src/lbdecision.cc | 22 src/lboutput.cc | 23 src/lbpathtest.cc | 322 +-------- src/lbpathtest.hh | 21 src/lbtest_icmp.cc | 356 ++++++++++ src/lbtest_icmp.hh | 101 ++ templates/load-balancing/wan/interface-health/node.tag/rule/node.def | 5 templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/icmp/node.def | 2 templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/resp-time/node.def | 6 templates/load-balancing/wan/interface-health/node.tag/rule/node.tag/target/node.def | 2 18 files changed, 814 insertions(+), 395 deletions(-)
New commits: commit 25d9851b65fed9297caaa01b47ec6bae76d8c954 Author: slioch <sli...@eng-140.vyatta.com> Date: Fri Jul 17 15:06:04 2009 -0700 reworked target code to support multiple targets and different target types. user can now specify a sequence of targets to test (ordered by rule number). The first success satifies the success criteria for the test and no further tests will be performed on the interface for this period. Additional test types can be coded and added to the target framework. configuration has changed as a result of the rework. http://suva.vyatta.com/git/?p=vyatta-wanloadbalance.git;a=commitdiff;h=25d9851b65fed9297caaa01b47ec6bae76d8c954 _______________________________________________ svn mailing list svn@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/svn