From: marko Date: Fri, 8 Jul 2005 13:16:27 +0000 (+0000) Subject: Fix ifconfig typo X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=a78abdd770fbee4862552918577432c5d1ca80df;p=imunes.git Fix ifconfig typo Bug found by: zrinka Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/rj45.tcl b/rj45.tcl index 00f82bc..128d3c5 100755 --- 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 }