diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2008-12-15 13:45:21 -0800 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2008-12-15 13:45:21 -0800 |
| commit | a0355005f78f34d3ecc9b88765890e8784068d32 (patch) | |
| tree | 21c932ff98afe07346caf323c7735500ef96fce1 /scripts | |
| parent | be9847e0761b8cd13e61ad2558037bfbaf197bee (diff) | |
| download | vyatta-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-wanlb | 4 |
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 |
