Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-08-17 | update help text to use val_help | An-Cheng Huang | |
2010-08-17 | 0.13.44debian/0.13.44 | An-Cheng Huang | |
2010-08-17 | fix packaging problem | An-Cheng Huang | |
* package was installing op templates into the config templates directory and then move them into the op templates directory *during postinst*. * this *might* be ok for editable config files but is definitely *not* the correct installation method for files "owned" by the package. * do it the right (and simpler) way: install op templates into the op templates directory. | |||
2010-08-17 | don't duplicate code | An-Cheng Huang | |
2010-08-11 | 0.13.43debian/0.13.43 | An-Cheng Huang | |
2010-08-11 | fix for bug 6029 | An-Cheng Huang | |
* fix 64-bit problem: string::*find*() functions have return type of "size_t", not "unsigned int". | |||
2010-08-10 | 0.13.42debian/0.13.42 | An-Cheng Huang | |
2010-08-10 | fix for bug 6019 | An-Cheng Huang | |
* fix 64-bit problem: string::find*() functions have return type of "size_t", not "uint32_t". | |||
2010-08-06 | 0.13.41debian/0.13.41 | Michael Larson | |
2010-08-06 | fix for bug 5991 and 5715. | Michael Larson | |
The problem was introduced when the start order for WLB and pppoe interfaces changed (must have been sometime pre-kenwood). The pppoe hook script was checking for the existence of WLB prior to updating the nexthop information for WLB. The fix is to perform the update without this check and WLB will pick up the changes when it is eventually started. | |||
2010-07-22 | 0.13.40debian/0.13.40 | An-Cheng Huang | |