Clarify the effect of Bug 1810 fix
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Thu, 12 Dec 2013 21:08:27 +0100
changeset 10514 8b757649c6a3
parent 10513 955392294191
child 10515 8238217cb0c3
Clarify the effect of Bug 1810 fix
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Thu Dec 12 15:31:11 2013 -0500
+++ b/CHANGES.html	Thu Dec 12 21:08:27 2013 +0100
@@ -79,6 +79,11 @@
 
 <h2>Changes to existing API:</h2>
 <ul>
+    <li> A change in Ipv[4,6]Interface enforces the correct behaviour of IP 
+      when a device do not support the minimum MTU requirements.
+      This is set to 68 and 1280 octects respectively.
+      This might break some simulations. However, it's the correct 
+      behaviour.</li>
     <li>A change is introduced for the usage of the EpcHelper
       class. Previously, the EpcHelper class included both the API
       definition and its (only) implementation; as such, users would
--- a/RELEASE_NOTES	Thu Dec 12 15:31:11 2013 -0500
+++ b/RELEASE_NOTES	Thu Dec 12 21:08:27 2013 +0100
@@ -21,6 +21,10 @@
 
 New user-visible features
 -------------------------
+- Ipv[4,6]Interfaces not respecting the minimum MTU requirements (68 octects
+  for IPv4 and 1280 octects for IPv6) will be automatically set as Down.
+  Warning: this might break some simulations (which hadn't to work anyway).
+  
 - IPv6 addresses and routing tables are printed in a more conventional way,
   closely matching the Linux "route -A inet6" command.