cosmetic changes only, pretty printing and comments, no change in behaviour
[nodemanager.git] / sliver_libvirt.py
index f62c1a7..e898c4b 100644 (file)
@@ -168,6 +168,7 @@ class Sliver_Libvirt(Account):
         bwlimit.ebtables("-A INPUT -i veth{} -j mark --set-mark {}"
                          .format(self.xid, self.xid))
 
+    ### this is confusing, because it seems it is not used in fact
     def stop(self):
         logger.verbose('sliver_libvirt: {} stop'.format(self.name))