From: Jeff R. <dv...@di...> - 2014-12-10 02:01:24
|
Hi all, It looks like a tcl-only module declared in the conf file will get loaded twice by init.tcl (as a network and a non-network module). There's a mention in init.tcl about needing to do a 2-phase loading of the network modules, but loading modules twice seems wrong. ---- ns_section ns/server/server1/modules ns_param mymodule tcl ---- Before I go ahead and fix this, is there a particular reason for the behavior as it is? -J |