summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-070.13.64debian/0.13.64Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-04-150.13.63debian/0.13.63Mohit Mehta
2011-04-15add help and check for missed script node so users put script in /configMohit Mehta
2011-04-130.13.62debian/0.13.62Mohit Mehta
2011-04-13* Add help and checks for WLB hook node to pushMohit Mehta
users towards putting scripts in /config/scripts
2011-03-300.13.61debian/0.13.61Michael Larson
2011-03-30check in for Bug 6959Michael 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-210.13.60debian/0.13.60Michael Larson
2011-03-21fix for 6938. incorrectly checking value of key rather than value of value.Michael Larson
2011-02-280.13.59debian/0.13.59Michael Larson
2011-02-28fix typo in help. bug w6850Michael Larson
2011-02-240.13.58debian/0.13.58Michael Larson
2011-02-24fix for bug 6831--typo in val_help.Michael Larson
2011-02-120.13.57debian/0.13.57Michael Larson
2011-02-12fix for missing wlb.conf file.Michael Larson
2011-02-11fix for 6711. Changed configuration node as requested by support.Michael Larson
2011-02-110.13.56debian/0.13.56Michael Larson
2011-02-11fix for bug 6779. make sure ppp directory is available.Michael Larson
2011-02-01fix for bug 6761.Michael Larson
2011-01-05convert 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-05Add range checking for TTL hop countStephen Hemminger
The hop count is limited by IP protocol. (cherry picked from commit 2a7948160df6960f5dd4718f12d150304c8d0e2d)
2011-01-05Remove use of 'Set' from helpStephen Hemminger
Bug 6596 (cherry picked from commit 41053a3e65015d01c3aa0de45c66472539a025fb)
2011-01-05fix 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-280.13.55debian/0.13.55An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-11-280.13.54debian/0.13.54An-Cheng Huang
2010-11-28don't install linda now that it's been removedAn-Cheng Huang
2010-11-280.13.53debian/0.13.53Stephen Hemminger
2010-11-12remove deprecated linda overrideStephen Hemminger
2010-10-110.13.52debian/0.13.52Stephen Hemminger
2010-10-11Add LSB comment to init scriptStephen Hemminger
2010-09-020.13.51debian/0.13.51An-Cheng Huang
2010-08-310.13.50debian/0.13.50Michael Larson
2010-08-31fix following changes associated with bug 6125Michael Larson
2010-08-270.13.49debian/0.13.49An-Cheng Huang
2010-08-27fix one more caseAn-Cheng Huang
2010-08-270.13.48debian/0.13.48An-Cheng Huang
2010-08-27fix squeeze build issuesAn-Cheng Huang
2010-08-260.13.47debian/0.13.47Michael Larson
2010-08-26fix for bug 5990Michael Larson
remove policy route on shutdown.
2010-08-260.13.46debian/0.13.46Michael Larson
2010-08-26fix 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-170.13.45debian/0.13.45An-Cheng Huang
2010-08-17update help text to use val_helpAn-Cheng Huang
2010-08-170.13.44debian/0.13.44An-Cheng Huang
2010-08-17fix packaging problemAn-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-17don't duplicate codeAn-Cheng Huang
2010-08-110.13.43debian/0.13.43An-Cheng Huang
2010-08-11fix for bug 6029An-Cheng Huang
* fix 64-bit problem: string::*find*() functions have return type of "size_t", not "unsigned int".