From cfeec3070a60429035cfae09365f4e01e70c7299 Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 31 Dec 2005 20:44:47 +0100 Subject: [PATCH] A l'avenir, les prises wifi seront "tagged". Ce n'est pas encore le cas actuellement. darcs-hash:20051231194447-d1718-d93fb0c3ff05a7f522c14ef894b2e6da66756c28.gz --- gestion/gen_confs/switchs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/gen_confs/switchs.py b/gestion/gen_confs/switchs.py index aea660b5..37f279b4 100755 --- a/gestion/gen_confs/switchs.py +++ b/gestion/gen_confs/switchs.py @@ -314,8 +314,8 @@ exit prise_params['nom'] = "Wifi_%s" % m.nom().split(".")[0] else : prise_params['nom'] = "Wifi" - #vlans['hotspot_untagged'].append(prise) - vlans['wifi_untagged'].append(prise) + vlans['hotspot_tagged'].append(prise) + vlans['wifi_tagged'].append(prise) elif wifi==0 and autres==0 : # Vlan adm uniquement if amd == 1 :