Changing default ns-3 and pybindgen versions
[nepi.git] / src / nepi / resources / linux / ns3 / ns3simulation.py
index 308b777..a52530f 100644 (file)
@@ -97,6 +97,7 @@ class LinuxNS3Simulation(LinuxApplication, NS3Simulation):
 
         pybindgen_version = Attribute("pybindgenVersion",
             "Version of pybindgen to install from bazar repo",
+            #default = "864", 
             default = "868", 
             flags = Flags.Design)