The problem was an artifact of introduction of per-experiment top level
vimage containers, so now we need to assign physical interfaces to top
level vimages first, before attempting to connect them via netgraph to
other nodes in a virtual topology.
Bug found by: Florian PONROY <at> fr.thalesgroup.com
Submitted by:
Reviewed by:
Approved by:
Obtained from:
# and Technology through the research contract #IP-2003-143.
#
-# $Id: rj45.tcl,v 1.12 2008/01/05 18:06:25 marko Exp $
+# $Id: rj45.tcl,v 1.13 2008/01/28 19:03:34 marko Exp $
#****h* imunes/rj45.tcl
set ifname [getNodeName $node]
set ngnodemap($ifname) $ifname
- nexec ifconfig $ifname up promisc
+ nexec vimage -i $eid $ifname $ifname
+ nexec vimage $eid ifconfig $ifname up promisc
}