[config] Oubli + [whos] Optimisation

This commit is contained in:
Pierre-Elliott Bécue 2013-05-30 18:47:38 +02:00
parent 8ea0f1d0e6
commit f3b410114b
2 changed files with 1 additions and 3 deletions

View file

@ -239,6 +239,7 @@ prefix = { 'subnet' : [ '2a01:240:fe3d::/48' ],
'adm' : [ '2a01:240:fe3d:c804::/64' ],
'adm-v6' : [ '2a01:240:fe3d:c804::/64' ],
'wifi' : [ '2a01:240:fe3d:c04::/64' ],
'serveurs-v6' : [ '2a01:240:fe3d:c04::/64' ],
'fil-v6' : [ '2a01:240:fe3d:4::/64' ],
'wifi-v6' : [ '2a01:240:fe3d:c04::/64' ],
'personnel-ens' : [ '2a01:240:fe3d:4::/64' ],

View file

@ -928,9 +928,6 @@ def __bases_machines(m) :
t = 'inconnu'
t, _ = ridtools.find_rid_plage(int(m.rid()))
if isinstance(m, BorneWifi):
t = "borne"
# Déconnectée ?
b = m.blacklist_actif()
if not b :