diff --git a/gestion/config.py b/gestion/config.py index 703a9e4d..c0a62984 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -527,7 +527,11 @@ vlans = { # Vlan de tests de chiffrement DSI 'chiffrement': 11, # 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',