Difference between revisions of "Ns-3.19-errata"

From Nsnam
Jump to: navigation, search
(errata for ns-3.19)
 
(bug 1170)
 
Line 4: Line 4:
  
 
* After the release, it was discovered (reported in [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1823 bug 1823]) that IPv6 fails to work properly over point-to-point NetDevice types.  This [http://code.nsnam.org/ns-3-dev/rev/b8c9ece3ae63 patch], which will be included in future releases, can fix the problem.
 
* After the release, it was discovered (reported in [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1823 bug 1823]) that IPv6 fails to work properly over point-to-point NetDevice types.  This [http://code.nsnam.org/ns-3-dev/rev/b8c9ece3ae63 patch], which will be included in future releases, can fix the problem.
 +
* After the release, it was discovered (reported in [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1170#c56 bug 1170]) that optimized build fails on clang-3.4 (Xcode 5.1) due to unused function warnings.  This [http://code.nsnam.org/ns-3-dev/rev/1330d4ee94e8 patch], which will be included in future releases, can fix the problem.

Latest revision as of 08:51, 31 March 2014

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

This page is an Errata page for the ns-3.19 release.

  • After the release, it was discovered (reported in bug 1823) that IPv6 fails to work properly over point-to-point NetDevice types. This patch, which will be included in future releases, can fix the problem.
  • After the release, it was discovered (reported in bug 1170) that optimized build fails on clang-3.4 (Xcode 5.1) due to unused function warnings. This patch, which will be included in future releases, can fix the problem.