i have implemented a routing algorithm for wired network

after calculating routes

i called a function from c++ to tcl that does following




{
 $node_ add-route $subnet $peerAddr
 puts "$node_ add-route $subnet $peerAddr"

}

every thing is going fine and simulation ends without any error

but no data traffic is generated
and when i dump the routes i found no routes added in nodes routing table


can any one tell me whats really the problem is

thnxs

Reply via email to