From a1a31149589577265de80a92851ff7471c8e1661 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 27 Sep 2012 00:05:40 +0200 Subject: [PATCH] [switchs.py] accueil pour les bornes wifi Ignore-this: a4a9a4a3c101c6d00e3db2fdf672d7a darcs-hash:20120926220540-28565-03e6956b1ba401e283433bf67092b1def6bc6e05.gz --- gestion/gen_confs/switchs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/switchs.py b/gestion/gen_confs/switchs.py index a2f6aad2..15f11a08 100644 --- a/gestion/gen_confs/switchs.py +++ b/gestion/gen_confs/switchs.py @@ -412,6 +412,7 @@ exit # Vlan wifi uniquement if wifi == 1 : prise_params['nom'] = "Wifi_%s" % m.nom().split(".")[0] + vlans['default'].append(prise) # Certaines bornes sont dans des chambres, est-ce le cas ? if prise_chbres.has_key(annu_prise): chbres = prise_chbres[annu_prise] @@ -419,7 +420,6 @@ exit if len(chbres) > 1 : prise_params['nom'] += 's' for chbre in chbres : prise_params['nom'] += '_%s%s' % (bat.upper(), chbre) - vlans['default'].append(prise) else : prise_params['nom'] = "Wifi" vlans['hotspot_tagged'].append(prise)