Subversion Repositories ALCASAR

Rev

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

Rev 493 Rev 672
Line 1... Line 1...
1
#/bin/sh
1
#/bin/bash
2
# $Id: alcasar-qos.sh 493 2011-02-14 06:46:55Z franck $
2
# $Id: alcasar-qos.sh 672 2011-07-08 15:34:22Z richard $
3
 
3
 
-
 
4
# alcasar-CA.sh
-
 
5
# by Franck BOUIJOUX
-
 
6
# This script is distributed under the Gnu General Public License (GPL)
-
 
7
 
4
# active ou desactive la qualite de service réseau
8
# Active / désactive la qualite de service réseau
5
# by 3abTux
9
# Enable / disable QOS
6
 
10
 
7
SED="/bin/sed -i"
11
SED="/bin/sed -i"
8
FIC_QOS="/usr/local/etc/alcasar-iptables-qos.sh"
12
FIC_QOS="/usr/local/etc/alcasar-iptables-qos.sh"
9
 
13
 
10
usage="Usage: alcasar-qos.sh {--on or -on} | {--off | -off} "
14
usage="Usage: alcasar-qos.sh {--on or -on} | {--off | -off} "