From f5814e325dc083523337d34c7f459ca5b7f8ca07 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 May 2016 13:08:46 +0200 Subject: Inspectors : add ToughSwitch. Tests : static hinting for switches. Discovery : go through all neighbours until all are inspected. --- haircontrol/data.py | 1 + 1 file changed, 1 insertion(+) (limited to 'haircontrol/data.py') diff --git a/haircontrol/data.py b/haircontrol/data.py index 8adf75f..463e38a 100644 --- a/haircontrol/data.py +++ b/haircontrol/data.py @@ -33,6 +33,7 @@ class Equipment: self.name = name self.mgmtip = mgmtip self.ifaces = {} + self.inspected = False def __repr__(self): return repr( (self.name, self.mgmtip, list(self.ifaces.values())) ) -- cgit v1.1