Whamcloud - gitweb
* module loading working with request_module() :))
authoreeb <eeb>
Fri, 6 May 2005 16:32:02 +0000 (16:32 +0000)
committereeb <eeb>
Fri, 6 May 2005 16:32:02 +0000 (16:32 +0000)
*   tcp interface enumeration/query working

lustre/utils/lconf

index 333437e..f193c83 100755 (executable)
@@ -448,11 +448,11 @@ class LCTLInterface:
 
     def network(self, net, nid):
         """ set mynid """
-        cmds =  """
-    network %s
-    mynid %s
-    quit """ % (net, nid)
-        self.run(cmds)
+#        cmds =  """
+#    network %s
+#    mynid %s
+#    quit """ % (net, nid)
+#        self.run(cmds)
 
     # add an interface
     def add_interface(self, net, ip, netmask = ""):