From 006bbaa2dfa475fbd06712a652afb3a2dc277236 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 19 Sep 2011 20:04:41 +0200 Subject: [PATCH] cleanup --- system/LocalSubstrate.inria.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 4e67e54..db34eee 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -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) ] -- 2.47.0