summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Collapse)Author
2015-12-16Fix build failures when building for jessie.Thomas Jepp
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)
2009-01-28fix for problem found in webgui on restarting process.slioch
2008-12-05added support for dhcp in daemon. On receiving SIGUSR2 daemon checks and ↵slioch
updates new address for snat, and nexthop for lb routing tables. hook needs to be added to dhclient daemon to send SIGUSR2 to wan_lb so notification is generated on address change event. Note that for this behavior to be active in WLB nexthop needs to be populated with 'dhcp' configuration string. still requires routing paths availble for target testing, which might require an update to the dhcp client script and possible configuration knob.
2008-12-04added sigusr2 to wake up process from sleep call. will be used to wake up ↵slioch
process when address changes via dhcp.
2008-06-25Add missing includesrbalocca
2008-06-24back out wait on parent pid for child--was causing problems when loading ↵Michael Larson
config on boot.
2008-06-20change on deamon option for parent process to waitMichael Larson
2008-03-10convert from VPL to GPLv2Stephen Hemminger
Change license on all files from VPL 1.0 to GPLv2 for Glendale.
2008-02-01init script fix. set up show commands. create output file for wan lb status ↵Michael Larson
and provide show status cmd.
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.
2007-12-14initial check wan lbdebian/0.1Michael Larson
Signed-off-by: Michael Larson <slioch@eng-140.vyatta.com>