[gestion/config.py] retrait progressif de la dénomination radin
darcs-hash:20090302004229-bd074-c769df8c4133b6ccdb5cad312b1f2b1838817122.gz
This commit is contained in:
parent
5287d21173
commit
a8446f5f27
2 changed files with 54 additions and 48 deletions
|
@ -259,6 +259,7 @@ Les membres actifs du Crans"""
|
|||
##########################################
|
||||
class conf_fw:
|
||||
mark = { 'https-radin': '0x3',
|
||||
'https-gratuit' : '0x3',
|
||||
'proxy' : '0x2',
|
||||
'bittorrent' : '0x1' }
|
||||
|
||||
|
@ -398,12 +399,17 @@ vlans = {
|
|||
'adherent' : 1,
|
||||
# VLan des inconnus
|
||||
'accueil' : 7,
|
||||
# VLan des radins
|
||||
'radin' : 6
|
||||
# VLan de la connexion gratuite
|
||||
'gratuit' : 6,
|
||||
'radin' : 6,
|
||||
# VLan des appartements de l'ENS
|
||||
'appts': 21
|
||||
}
|
||||
|
||||
# Debit max sur le vlan radin
|
||||
# Debit max sur le vlan de la connexion gratuite
|
||||
debit_max_radin = 1000000
|
||||
debit_max_gratuit = 1000000
|
||||
|
||||
|
||||
#######################
|
||||
## Mail de bienvenue ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue