Added configurable DCE dlm loader (not yet working)
[nepi.git] / src / nepi / resources / linux / ns3 / ns3simulation.py
index 63d8d37..cb5c6c5 100644 (file)
@@ -104,8 +104,8 @@ class LinuxNS3Simulation(LinuxApplication, NS3Simulation):
 
         dce_version = Attribute("dceVersion",
             "Version of dce to install from nsam repo (tag branch for repo)",
-            default = "dce-1.3", 
-            #default = "dce-dev", 
+            #default = "dce-1.3", 
+            default = "dce-dev", 
             flags = Flags.Design)
 
         populate_routing_tables = Attribute("populateRoutingTables",