(in l3node.destroy)
Bug found by:MM
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
set node_id "$eid\_$node"
foreach ifc [ifcList $node] {
catch { nexec ngctl msg $ifc@$node_id: shutdown }
+ set ifnum [string range $ifc 3 end]
+ set ifname [string range $ifc 0 2]
+ if { $ifname == "ser" } {
+ catch { nexec ngctl msg hdlc$ifnum@$node_id: shutdown }
+ }
}
catch {nexec vimage -d $node_id}
nexec rm -fr /tmp/$node_id
exec tclsh8.4 $imunes "$@"
;;
-v | --version)
- exec echo IMUNES version 2006-03-06
+ exec echo IMUNES version 2006-03-07
;;
*)
exec wish8.4 $imunes "$@"