Bugzilla – Bug 1312
Wrong assert condition in TopologyReader::Link::GetAttribute
Last modified: 2011-12-12 18:19:19 UTC
There is wrong (opposite) assert condition in topology-reader.cc:136. The following patch set resolves the problem. https://bitbucket.org/cawka/ns-3-dev/changeset/79a7d63e18ed In addition, the same patch set slightly optimizes method calls that uses std::string as a parameter.
Thanks for the fix. Applied with changeset 69e782e15f32