summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-10update from VPL1 to GPLv2Stephen Hemminger
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-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-11more packaging tweaks and bugfixes.Michael Larson
2008-02-06fixed errors introduced when converting to new port definitions.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-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-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-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-30checkin of cli commands for wan loadbalancing. some cleanup of the ↵Michael Larson
project--more cli work to follow...
2007-12-14added init scriptMichael Larson