A l'avenir, les prises wifi seront "tagged". Ce n'est pas encore le
cas actuellement. darcs-hash:20051231194447-d1718-d93fb0c3ff05a7f522c14ef894b2e6da66756c28.gz
This commit is contained in:
parent
4f04fab195
commit
cfeec3070a
1 changed files with 2 additions and 2 deletions
|
@ -314,8 +314,8 @@ exit
|
||||||
prise_params['nom'] = "Wifi_%s" % m.nom().split(".")[0]
|
prise_params['nom'] = "Wifi_%s" % m.nom().split(".")[0]
|
||||||
else :
|
else :
|
||||||
prise_params['nom'] = "Wifi"
|
prise_params['nom'] = "Wifi"
|
||||||
#vlans['hotspot_untagged'].append(prise)
|
vlans['hotspot_tagged'].append(prise)
|
||||||
vlans['wifi_untagged'].append(prise)
|
vlans['wifi_tagged'].append(prise)
|
||||||
elif wifi==0 and autres==0 :
|
elif wifi==0 and autres==0 :
|
||||||
# Vlan adm uniquement
|
# Vlan adm uniquement
|
||||||
if amd == 1 :
|
if amd == 1 :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue