[config.py] ajouts des vlans manquants
Ignore-this: 4e3c1b43f1edb62ae641047be4b263f darcs-hash:20120512175838-28565-9ba080cac7746a14708524afc78b2662718c8e90.gz
This commit is contained in:
parent
e72de140bf
commit
9e5bddb95a
1 changed files with 5 additions and 1 deletions
|
@ -527,7 +527,11 @@ vlans = {
|
||||||
# Vlan de tests de chiffrement DSI
|
# Vlan de tests de chiffrement DSI
|
||||||
'chiffrement': 11,
|
'chiffrement': 11,
|
||||||
# VLan des appartements de l'ENS
|
# VLan des appartements de l'ENS
|
||||||
'appts': 21
|
'appts': 21,
|
||||||
|
# Vlan evenementiel (install-party, etc)
|
||||||
|
'event': 10,
|
||||||
|
# Vlan zone routeur ens (zrt)
|
||||||
|
'zrt': 1132
|
||||||
}
|
}
|
||||||
|
|
||||||
filter_policy = { 'komaz' : { 'policy_input' : 'ACCEPT',
|
filter_policy = { 'komaz' : { 'policy_input' : 'ACCEPT',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue