summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-18VC4.0.1debian/0.3Mark O'Brien
2008-03-18fix for 2951. checks for at least one interface with ping target and one ↵Michael Larson
rule with an interface defined.
2008-03-13postrm script was failingrbalocca
2008-03-10Fix upgrade of wanloadbalancerbalocca
2008-03-10update from VPL1 to GPLv2Stephen Hemminger
2008-03-10convert from VPL to GPLv2Stephen Hemminger
Change license on all files from VPL 1.0 to GPLv2 for Glendale.
2008-02-27Merge branch 'glendale' of git:/git/vyatta-wanloadbalance into glendaleMark O'Brien
2008-02-26changed Wan to WAN in show command when not configured.Michael Larson
2008-02-25vc4.0.0debian/0.2Mark O'Brien
2008-02-22critical fix for bug 2882 :)Michael Larson
Now reads "Wan load balancing is not configured" The reason why this stipulates "Wan load balancing" instead of the requested "Load balancing" is that other types of load balancing are expected to be implemented as children under the load-balancing node in the configuration.
2008-02-22clean up cosmetics in helpMichael Larson
2008-02-22fixed bug where protocol is all or icmp and source/destination ↵Michael Larson
address/network are set. address/network were being ignore--now fixed.
2008-02-22add check in cli for both address and network configured--in this case ↵Michael Larson
generate configuration error.
2008-02-21cli specifies timeout value in seconds--conf takes value in milliseconds. ↵Michael Larson
Need to multiple cli value by 1000 to specify correct timeout value.
2008-02-21fix postrm install script to point to current init scriptMichael Larson
2008-02-21suppress stderr from commit.Michael Larson
2008-02-20added vyatta-wanloadbalance.initMichael Larson
2008-02-19fix for bug 2841. wanloadbalance is started on configuration, and on load of ↵Michael Larson
configuration (including boot if configured).
2008-02-14non-root support for status op cmdMichael Larson
2008-02-14fix for bug 2781. sudo needed for non-root login for file operationsMichael Larson
2008-02-13provide help string at root of load-balancing configuration.Michael Larson
2008-02-13stop wan lb process on delete of load-balance node.Michael Larson
2008-02-12fixed init script for no start argument provided for configuration file. def ↵Michael Larson
is /var/load-balance/wlb.con
2008-02-11more packaging tweaks and bugfixes.Michael Larson
2008-02-11fix for bug 2780.Michael Larson
2008-02-11added postinst instruction for moving show cmds.Michael Larson
2008-02-11Merge branch 'master' into glendaleMichael Larson
Conflicts: debian/vyatta-wanloadbalance.postinst debian/vyatta-wanloadbalance.postrm
2008-02-11more cleanup.Michael Larson
2008-02-11fixing installation of init script.Michael Larson
2008-02-06Add derived files to .gitignorerbalocca
2008-02-06Remove derived filesrbalocca
2008-02-06fixed errors introduced when converting to new port definitions.Michael Larson
2008-02-06fix for post instruction for status show cmdMichael Larson
2008-02-05added back status command to inst instructions.Michael Larson
2008-02-05more install stuff--Michael Larson
2008-02-05missing bracket in conf file creation.Michael Larson
2008-02-05changed port definition to be consistent with fw/nat (i.e. single port line ↵Michael Larson
allow multi-port configuration). init script fix
2008-02-05added status command, more cli bugfixes and postinst fix.Michael Larson
2008-02-04whole raft of cli related changes. Fixed bugs in display output--added error ↵Michael Larson
checking on some configuration combinations. added additional error checking in the code.
2008-02-01processing added to compute elapsed time in pretty output format for show ↵Michael Larson
commands. time since last failure/success per interface.
2008-02-01init script fix. set up show commands. create output file for wan lb status ↵Michael Larson
and provide show status cmd.
2008-02-01fixed up node.def files as per an-cheng's changes. more pkg stuff for the ↵Michael Larson
init script. added default values.
2008-02-01fixed postinst for init script,+ other cleanupMichael Larson
2008-01-31moved most stdout messages to new debug output command. reworked ↵Michael Larson
(simplified) init script so that rules table is properly cleaned up on exit of wlb. fixed a couple cli structural related issues.
2008-01-30numerous changes: added help, added init script, modified source to support ↵Michael Larson
daemon and pid creation, fixed conf file creation when using cli. postinst. etc.
2008-01-30additional changes to go with last pushMichael Larson
2008-01-30checkin of cli commands for wan loadbalancing. some cleanup of the ↵Michael Larson
project--more cli work to follow...
2008-01-18initial checkin of skeletal cli commands for wan load-balancing, plus other ↵Michael Larson
packaging changes.
2007-12-17more package mods--added conf file, removed configuration files that ↵Michael Larson
shouldn't be part of this package.
2007-12-17fix debian files so pkg is created correctlyMichael Larson