]> git.entuzijast.net Git - imunes.git/commitdiff
Fix ifconfig typo
authormarko <marko>
Fri, 8 Jul 2005 13:16:27 +0000 (13:16 +0000)
committermarko <marko>
Fri, 8 Jul 2005 13:16:27 +0000 (13:16 +0000)
Bug found by: zrinka
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

rj45.tcl

index 00f82bce3539cc4a1ce822770a440285fd4985d5..128d3c532b8631868d147a1f286cba57e1ab1ecd 100755 (executable)
--- a/rj45.tcl
+++ b/rj45.tcl
@@ -36,7 +36,7 @@
 
 proc rj45.instantiate { eid node } {
     set ifname [getNodeName $node]
-    exec ifconfig $name up
+    exec ifconfig $ifname up
     return
 }