cleanup
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Sep 2011 18:04:41 +0000 (20:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Sep 2011 18:04:41 +0000 (20:04 +0200)
system/LocalSubstrate.inria.py

index 4e67e54..db34eee 100755 (executable)
@@ -27,7 +27,6 @@ class OnelabSubstrate (Substrate):
    # vplc01 to 15
    def vplc_ips (self):
       return [  ( 'vplc%02d'%i,                 # DNS name
-#                  '02:34:56:00:ee:%02d'%i)     # MAC address 
                   'unused')                     # MAC address 
                 for i in range(1,21) ]