vyatta-wanloadbalance (0.12) unstable; urgency=low 3.1.2 [ Mark O'Brien ] [ root ] * my bad. last commit I changed the conntrack module name to uppercase which caused the snat rules to not match the iptables module and therefore fail on load. this should fix the problem, tested icmp with standard configuration and default routes, works now. * fix for bug 3245. need sudo for the rm. [ Michael Larson ] * fix for bug 3437 * fix for 2948--additional nodes need to refer to interface values. * fix for bug 2779. * fix for bug 3410. added entry for marking of connectionless packets. * fix for bug 3393. apply default route on poll interval if route is not present in policy table. This fixes a problem if the interface is [ Mark O'Brien ] -- Mark O'Brien Wed, 23 Jul 2008 21:36:20 -0700 vyatta-wanloadbalance (0.11) unstable; urgency=low 3.1.1 [ Mark O'Brien ] [ Michael Larson ] * fix for bug 3390, ip rule entry is now converted to a hex value. * missing socket close statement. * fix for bug 3373. also modified error message and return value on not obtaining socket resource. * fixed up status command output and add wait for interface address check on wlb boot [ rbalocca ] * Add missing includes [ Michael Larson ] * need to add conntrack entry to the raw table. also cleaned up a few * back out wait on parent pid for child--was causing problems when loading config on boot. * remove stdio statements * reworked weight calculation. There were errors in how weights were computed and applied when links failed. * change on deamon option for parent process to wait * added version information for wanloadbalance. * fix jump instruction for source nat. fix route entry for interfaces that are in admin/link down on wan lb * fixed problem with ping target failure that is not the last listed interface, now the correct mangle wan load balance is referenced when an [ Mark O'Brien ] -- Mark O'Brien Sat, 28 Jun 2008 11:22:31 -0700 vyatta-wanloadbalance (0.10) unstable; urgency=low 3.1.0 [ Mark O'Brien ] [ Michael Larson ] * added connmark snat rules. means that nat does not need to be configured separately for wlb to work--this is * catch empty ping target on ping send. fixes error msgs for unresolved configured host name--possible fix for bug 3245. * needs accept to truncation rule evaluation on a match. this should now distribute traffic across interfaces. * modified prerouting decisions to work with connmark. user needs to specify inbound interface now (although * fix for iptables rules in tcp state. should fix main problem with wan * added contract entry for state NEW for initial interface. Also add parameter to specify nexthop via interface in [ rbalocca ] * Ignore log file * Convert to our method of changelog creation [ Mohit Mehta ] * Fix Bug 3069 Help strings should be standardized [ Michael Larson ] * minor text change on conf error: bug 2951 [ Mark O'Brien ] -- Mark O'Brien Tue, 17 Jun 2008 09:27:42 -0700 vyatta-wanloadbalance (0.9) unstable; urgency=low 3.0.5 -- Mark O'Brien Tue, 06 May 2008 12:43:45 -0700 vyatta-wanloadbalance (0.8) unstable; urgency=low 3.0.4 -- Mark O'Brien Mon, 05 May 2008 16:41:02 -0700 vyatta-wanloadbalance (0.7) unstable; urgency=low 3.0.3 [ Mark O'Brien ] [ rbalocca ] * Indicate the VC4.0.2 release candidate in the changelog [ Mark O'Brien ] -- Mark O'Brien Tue, 29 Apr 2008 16:42:50 -0700 vyatta-wanloadbalance (0.6) unstable; urgency=low VC4.0.2 -- Mark O'Brien Sat, 19 Apr 2008 11:56:32 -0700 vyatta-wanloadbalance (0.5) unstable; urgency=low VC4.0.2 release candidate [ Mark O'Brien ] [ Stephen Hemminger ] * validate interface name in template * allow vlan for load-balancing interface [ Mark O'Brien ] -- Mark O'Brien Wed, 16 Apr 2008 09:50:33 -0700 vyatta-wanloadbalance (0.4) unstable; urgency=low 3.0.2 [ Mark O'Brien ] * 3.0.1 [ Michael Larson ] * modified configuration to mirror nat/firewall for port/address configuration. added port configuration support for common port * added final validation to address ranges and negation operators. now behavior is the same as firewall and nat. * removed network from configuration. changed configuration error without valid rule to warning. fixed up path to iptables for status show command. [ rbalocca ] * Fix debian dependencies * Set dependencies on either bash or vyatta-bash [ Mark O'Brien ] -- Mark O'Brien Fri, 04 Apr 2008 18:01:25 -0700 vyatta-wanloadbalance (0.3) unstable; urgency=low VC4.0.1 [ Mark O'Brien ] [ Michael Larson ] * changed Wan to WAN in show command when not configured. * fix for 2951. checks for at least one interface with ping target and one rule with an interface defined. [ Stephen Hemminger ] * convert from VPL to GPLv2 * update from VPL1 to GPLv2 [ rbalocca ] * Fix upgrade of wanloadbalance * postrm script was failing [ Mark O'Brien ] -- Mark O'Brien Tue, 18 Mar 2008 19:05:20 -0700 vyatta-wanloadbalance (0.2) unstable; urgency=low vc4.0.0 [ Mark O'Brien ] [ Michael Larson ] * added init script * more minor project modifications * asdf * fix debian files so pkg is created correctly * more package mods--added conf file, removed configuration files that shouldn't be part of this package. * initial checkin of skeletal cli commands for wan load-balancing, plus other packaging changes. * checkin of cli commands for wan loadbalancing. some cleanup of the project--more cli work to follow... * additional changes to go with last push * numerous changes: added help, added init script, modified source to support daemon and pid creation, fixed conf file creation when * moved most stdout messages to new debug output command. reworked (simplified) init script so that rules table is properly cleaned * fixed postinst for init script,+ other cleanup * fixed up node.def files as per an-cheng's changes. more pkg stuff for the init script. added default values. * init script fix. set up show commands. create output file for wan lb status and provide show status cmd. * processing added to compute elapsed time in pretty output format for show commands. time since last failure/success per * whole raft of cli related changes. Fixed bugs in display output-- added error checking on some configuration combinations. added * added status command, more cli bugfixes and postinst fix. * changed port definition to be consistent with fw/nat (i.e. single port line allow multi-port configuration). init script fix * missing bracket in conf file creation. * more install stuff-- * added back status command to inst instructions. * fix for post instruction for status show cmd * fixed errors introduced when converting to new port definitions. * fixing installation of init script. * more cleanup. * added postinst instruction for moving show cmds. * fix for bug 2780. * more packaging tweaks and bugfixes. * fixed init script for no start argument provided for configuration file. def is /var/load-balance/wlb.con * stop wan lb process on delete of load-balance node. * provide help string at root of load-balancing configuration. * fix for bug 2781. sudo needed for non-root login for file operations * non-root support for status op cmd * fix for bug 2841. wanloadbalance is started on configuration, and on load of configuration (including boot * added vyatta-wanloadbalance.init * suppress stderr from commit. * fix postrm install script to point to current init script * cli specifies timeout value in seconds--conf takes value in milliseconds. Need to multiple cli value by * add check in cli for both address and network configured--in this case generate configuration error. * fixed bug where protocol is all or icmp and source/destination address/network are set. address/network were being ignore--now * clean up cosmetics in help * critical fix for bug 2882 :) [ rbalocca ] * Remove derived files * Add derived files to .gitignore [ Mark O'Brien ] -- Mark O'Brien Mon, 25 Feb 2008 17:40:18 -0800 vyatta-wanloadbalance (0.1) unstable; urgency=low * Initial Release. -- Michael Larson Fri, 14 Dec 2007 17:31:53 -0700