Subversion Repositories ALCASAR

Rev

Rev 2474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2474 Rev 2775
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-load_balancing.sh 2474 2017-12-30 02:00:04Z tom.houdayer $
2
# $Id: alcasar-load_balancing.sh 2775 2020-03-08 23:13:41Z rexy $
3
 
3
 
4
# Generic Load balancer for multiple WAN links - version 1.1 (04 Feb 2011)
4
# Generic Load balancer for multiple WAN links - version 1.1 (04 Feb 2011)
5
# (c) 2011 Pau Oliva Fora - http://pof.eslack.org
5
# (c) 2011 Pau Oliva Fora - http://pof.eslack.org
6
#
6
#
7
# Licensed under GPLv3 - for full terms see:
7
# Licensed under GPLv3 - for full terms see:
Line 19... Line 19...
19
#
19
#
20
# Modified by ALCASAR team :
20
# Modified by ALCASAR team :
21
 
21
 
22
 
22
 
23
prog="alcasar-load_balancing.sh"
23
prog="alcasar-load_balancing.sh"
24
pidfile="/var/run/alcasar-load_balancing.pid"
24
pidfile="/run/alcasar-load_balancing.pid"
25
 
25
 
26
###############################
26
###############################
27
# MAIN PARAMETERs Configuration
27
# MAIN PARAMETERs Configuration
28
###############################
28
###############################
29
 
29