summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2008-12-15 13:45:21 -0800
committerslioch <slioch@eng-140.vyatta.com>2008-12-15 13:45:21 -0800
commita0355005f78f34d3ecc9b88765890e8784068d32 (patch)
tree21c932ff98afe07346caf323c7735500ef96fce1 /scripts
parentbe9847e0761b8cd13e61ad2558037bfbaf197bee (diff)
downloadvyatta-wanloadbalance-a0355005f78f34d3ecc9b88765890e8784068d32.tar.gz
vyatta-wanloadbalance-a0355005f78f34d3ecc9b88765890e8784068d32.zip
completes work to support dhcp for wan lb.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dhcp/dhcp-wanlb4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dhcp/dhcp-wanlb b/scripts/dhcp/dhcp-wanlb
new file mode 100644
index 0000000..15fc98d
--- /dev/null
+++ b/scripts/dhcp/dhcp-wanlb
@@ -0,0 +1,4 @@
+pid=/var/run/vyatta/wlb.pid
+if [ -f $pid ]
+ kill -s SIGUSR2 $( cat $pid ) 2>/dev/null
+fi