[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deleting/creating links dynamically



On Thu, 09 Jul 1998 17:08:21 +0200, Mohamed Vall El Alem wrote: 
>Has anybody implemented a mecanism of deleting/creating links
>dynamically
>with ns-2 ? 

There's nothing to prevent doing that currently.
The only trick is that you must make sure routing is kept up-to-date.
tcl/ex/many_tcp.tcl has an example that does so with manual routing.
With other routing protocols you'll need to run a command to have them
recompute routing after a topology change.

   -John Heidemann