From 8783c8171017945e3438c97827f222c813af6b60 Mon Sep 17 00:00:00 2001
From: Daniel Lertpratchya
Date: Thu, 18 Oct 2012 13:58:31 -0400
Subject: [PATCH] Updates CHANGES.html and RELEASE_NOTES
---
CHANGES.html | 2 +-
RELEASE_NOTES | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGES.html b/CHANGES.html
index 0bc47ea74..5375fad3f 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -63,7 +63,7 @@ us a note on ns-developers mailing list.
Changed behavior:
-
+- Sending a packet through Ipv4RawSocket now supports checksum in the Ipv4Header. It is still not possible to manually put in arbitrary checksum as the checksum is automatically calculated at Ipv4L3Protocol. The user has to enable checksum globally for this to work. Simply calling Ipv4Header::EnableChecksum() for a single Ipv4Header will not work.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index af6ed49b6..3ae80338e 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -24,6 +24,8 @@ New user-visible features
Bugs fixed
----------
+ - bug 1479 - When the Ipv4RawSocket "IpHeaderInclude" Attribute set true,
+ Ip Checksum error
- bug 976 - wifi-wired-bridging regression test fails because of
rounding errors in mobility model
- bug 1284 - ./test.py performance tests do not exist