summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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".
2010-08-100.13.42debian/0.13.42An-Cheng Huang
2010-08-10fix for bug 6019An-Cheng Huang
* fix 64-bit problem: string::find*() functions have return type of "size_t", not "uint32_t".
2010-08-060.13.41debian/0.13.41Michael Larson
2010-08-06fix 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-220.13.40debian/0.13.40An-Cheng Huang
2010-07-200.13.39debian/0.13.39Mohit Mehta
2010-07-20part of fix for BZ 5839 - move clear process cmds under restartMohit Mehta
2010-07-160.13.38debian/0.13.38Michael Larson
2010-07-16fix for bug 5583.Michael Larson
2010-06-210.13.37debian/0.13.37Michael Larson
2010-06-21added syslog messages on failure to insert default route into policyMichael Larson
table.
2010-06-190.13.36debian/0.13.36Michael Larson
2010-06-19submission in reponse to forum posting on multiple entries found in snat ↵Michael Larson
table with adsl dhcp configuration: http://www.vyatta.org/forum/viewtopic.php?t=4254
2010-05-170.13.35debian/0.13.35Michael Larson
2010-05-170.13.34debian/0.13.34Michael Larson
2010-05-17add help to parent clear command in wlbMichael Larson
2010-04-060.13.33debian/0.13.33Michael Larson
2010-04-06fix for bug 5520.Michael Larson
When checking policy route compare nexthop and interface rather then just checking for an entry. This allows for incorrect entries to be replaced. This would be a problem if different nexthop is readvertised via dhcp to the interface.
2010-03-300.13.32debian/0.13.32Michael Larson
2010-03-30fix for bug 5504. needed to correctly set nesting on internal configuration ↵Michael Larson
file for wlb.conf for the hook parameter.
2010-03-230.13.31debian/0.13.31Michael Larson
2010-03-23when a test is not configured the response time window is incorrectly scaled ↵Michael Larson
into milliseconds, therefore without a configured test it is much more likely that a ping test will fail. the work-around is to configure a test (response time is not required as the default value of 5 seconds will be used at this point).
2010-03-23fix debug state for test modules. debug flag was not being initialized ↵Michael Larson
correctly when configured.
2010-03-190.13.30debian/0.13.30Michael Larson
2010-03-19fix for bug 5485.Michael Larson
2010-03-19need to close file when configured for dhcp on ppp interface--file handle ↵Michael Larson
leak otherwise.
2010-03-120.13.29debian/0.13.29Michael Larson
2010-03-12fix for 4649Michael Larson
2010-03-090.13.28debian/0.13.28Michael Larson
2010-03-09bugfix for 5427. remove outbound interface exclusion on OUTPUT table (i.e. ↵Michael Larson
local) traffic when exclude rule is specified.
2010-02-170.13.27debian/0.13.27An-Cheng Huang
2010-02-030.13.26debian/0.13.26Mohit Mehta
2010-02-03remove command 'clear wan-load-balance connections' as this clears allMohit Mehta
connection tracking entries rather than just wan-load-balancing connections To clear all connection-tracking entries; we now have 'clear connection-tracking'
2009-12-230.13.25debian/0.13.25Michael Larson
2009-12-23OK--now commit with version update is compatible and won't break build.Michael Larson
2009-12-23Revert "Revert "updated version of config.""Michael Larson
This reverts commit 2ce90380c0a36527e2f0a871a41cc8b9de3ffbf5.
2009-12-230.13.24debian/0.13.24Michael Larson
2009-12-23Revert "updated version of config."Michael Larson
This reverts commit 9725eb98c47db289784f2df18985db411e9703c2.
2009-12-230.13.23debian/0.13.23Michael Larson
2009-12-23fix for bug 5178. initialize resp-time if not set.Michael Larson
2009-12-16updated version of config.Michael Larson
2009-12-07small modification to test type configuration--improved layout.Michael Larson
NOTE: layout is not compatible with earlier kenwood configurations for WLB. ttl limit for ttl test has been removed as a leaf of the ttl test type, but is now configurable as a sibling (but with a default value of 1).
2009-11-300.13.22debian/0.13.22Michael Larson
2009-11-30add help string modifications to support webgui mandatory behavior.Michael Larson