From bf400bd80a63db7cd6d06fd6af7669cadafc4066 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Wed, 15 Oct 2014 18:53:31 +0200 Subject: [PATCH] switchs2.py: les bornes aussi sont en gigabit --- gestion/gen_confs/switchs2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/switchs2.py b/gestion/gen_confs/switchs2.py index 76e6853f..6059897d 100755 --- a/gestion/gen_confs/switchs2.py +++ b/gestion/gen_confs/switchs2.py @@ -101,7 +101,7 @@ class Port(object): def speed(self): """Full speed or 100Mb ?""" if any("cl" in nom for nom in self.chambres) or self.uplink or \ - self.servers: + self.servers or self.bornes: return '' if any( adh.get('droits', None) for adh in self.adherents()): return ''