I have added the following code in the OTcl
implementation of Node.
Node instproc set-address addr {
$self instvar address_
set address_ $addr
}During simulation I am using it to change the address of a node. Eventhough the node address is getting changed to new value, the node is reachable only with its old address. Why? best regards Ghirmay __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
