From 087e4e0a8ab7bb2b895aaa0289b60fd9b11bafa5 Mon Sep 17 00:00:00 2001 From: eeb Date: Fri, 6 May 2005 16:32:02 +0000 Subject: [PATCH] * module loading working with request_module() :)) * tcp interface enumeration/query working --- lustre/utils/lconf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 333437e..f193c83 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -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 = ""): -- 1.8.3.1