when moved from one vimage to another, remove unneeded ifconfig calls
that previously preformed this job.
Bug found by: Ivan Babic
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
eth {
set ifid [createIfc eiface ether]
nexec vimage -i $node_id $ifid $ifc
- nexec vimage $node_id ifconfig $ifc
set ether 40:00:aa:aa:$mac_byte4:$mac_byte5
incr mac_byte5
if { $mac_byte5 >= 100 } {
nexec ngctl msg $ifid: broadcast
nexec ngctl name $ifid:inet hdlc$ifnum\@$node_id
nexec vimage -i $node_id $ifid $ifc
- nexec vimage $node_id ifconfig $ifc
}
}
}