Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | 0.13.67debian/0.13.67master | John Southworth | |
2012-10-12 | new branch | John Southworth | |
2012-03-03 | 0.13.66debian/0.13.66 | Deepti Kulkarni | |
2012-03-03 | new branch | Deepti Kulkarni | |
2011-09-12 | 0.13.65debian/0.13.65 | Michael Larson | |
2011-09-12 | fix for bug 7315. Target status behavior has been modified to fix this bug: | Michael Larson | |
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. | |||
2011-07-07 | 0.13.64debian/0.13.64 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-04-15 | 0.13.63debian/0.13.63 | Mohit Mehta | |
2011-04-15 | add help and check for missed script node so users put script in /config | Mohit Mehta | |
2011-04-13 | 0.13.62debian/0.13.62 | Mohit Mehta | |
2011-04-13 | * Add help and checks for WLB hook node to push | Mohit Mehta | |
users towards putting scripts in /config/scripts | |||
2011-03-30 | 0.13.61debian/0.13.61 | Michael Larson | |
2011-03-30 | check in for Bug 6959 | Michael Larson | |
Add the ability to run a user defined script to determine wan load-balancing interface health includes sample http test (scripts/http_test.pl). Configuration will look as follows: wan { interface-health eth0 { nexthop 10.3.0.1 test 1 { test-script /tmp/http_test.pl type user-defined } } interface-health eth1 { nexthop 10.3.0.1 test 1 { test-script /tmp/http_test.pl type user-defined } } With corresponding output: vyatta@vyatta# run show wan-load-balance Interface: eth0 Status: active Last Status Change: Wed Mar 30 19:03:59 2011 +Test: user Script: /tmp/http_test.pl Last Interface Success: 0s Last Interface Failure: n/a # Interface Failure(s): 0 Interface: eth1 Status: failed Last Status Change: Wed Mar 30 19:03:59 2011 -Test: user Script: /tmp/http_test.pl Last Interface Success: n/a Last Interface Failure: 0s # Interface Failure(s): 52 Scripts returns 0 for success, non-zero for failure. | |||
2011-03-21 | 0.13.60debian/0.13.60 | Michael Larson | |
2011-03-21 | fix for 6938. incorrectly checking value of key rather than value of value. | Michael Larson | |
2011-02-28 | 0.13.59debian/0.13.59 | Michael Larson | |
2011-02-28 | fix typo in help. bug w6850 | Michael Larson | |
2011-02-24 | 0.13.58debian/0.13.58 | Michael Larson | |
2011-02-24 | fix for bug 6831--typo in val_help. | Michael Larson | |
2011-02-12 | 0.13.57debian/0.13.57 | Michael Larson | |
2011-02-12 | fix for missing wlb.conf file. | Michael Larson | |
2011-02-11 | fix for 6711. Changed configuration node as requested by support. | Michael Larson | |
2011-02-11 | 0.13.56debian/0.13.56 | Michael Larson | |
2011-02-11 | fix for bug 6779. make sure ppp directory is available. | Michael Larson | |
2011-02-01 | fix for bug 6761. | Michael Larson | |
2011-01-05 | convert wlb runtime directory to /var/run/load-balance from ↵ | Michael Larson | |
/var/load-balance. fix for bug 6630 (cherry picked from commit cf1754c28af9dc17f5dea4995049823dc7687a63) | |||
2011-01-05 | Add range checking for TTL hop count | Stephen Hemminger | |
The hop count is limited by IP protocol. (cherry picked from commit 2a7948160df6960f5dd4718f12d150304c8d0e2d) | |||
2011-01-05 | Remove use of 'Set' from help | Stephen Hemminger | |
Bug 6596 (cherry picked from commit 41053a3e65015d01c3aa0de45c66472539a025fb) | |||
2011-01-05 | fix for bug 4966. | Michael | |
default to no dns resolution with option for dns resolution on op mode command. (cherry picked from commit 9e9c03edd4d4b2c87f0da68c8b40c216a324495b) | |||
2010-12-28 | 0.13.55debian/0.13.55 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-11-28 | 0.13.54debian/0.13.54 | An-Cheng Huang | |
2010-11-28 | don't install linda now that it's been removed | An-Cheng Huang | |
2010-11-28 | 0.13.53debian/0.13.53 | Stephen Hemminger | |
2010-11-12 | remove deprecated linda override | Stephen Hemminger | |
2010-10-11 | 0.13.52debian/0.13.52 | Stephen Hemminger | |
2010-10-11 | Add LSB comment to init script | Stephen Hemminger | |
2010-09-02 | 0.13.51debian/0.13.51 | An-Cheng Huang | |
2010-08-31 | 0.13.50debian/0.13.50 | Michael Larson | |
2010-08-31 | fix following changes associated with bug 6125 | Michael Larson | |
2010-08-27 | 0.13.49debian/0.13.49 | An-Cheng Huang | |
2010-08-27 | fix one more case | An-Cheng Huang | |
2010-08-27 | 0.13.48debian/0.13.48 | An-Cheng Huang | |
2010-08-27 | fix squeeze build issues | An-Cheng Huang | |
2010-08-26 | 0.13.47debian/0.13.47 | Michael Larson | |
2010-08-26 | fix for bug 5990 | Michael Larson | |
remove policy route on shutdown. | |||
2010-08-26 | 0.13.46debian/0.13.46 | Michael Larson | |
2010-08-26 | fix for bug 5998. | Michael Larson | |
new warnings are generated for the following conditions exclude rule that has an outbound interface defined rule with no outbound interfaces defined (and is not an exclude rule) | |||
2010-08-17 | 0.13.45debian/0.13.45 | An-Cheng Huang | |