Clarify the effect of Bug 1810 fix

This commit is contained in:
Tommaso Pecorella
2013-12-12 21:08:27 +01:00
parent d72152fb05
commit e7cfaab44d
2 changed files with 9 additions and 0 deletions

View File

@@ -79,6 +79,11 @@ us a note on ns-developers mailing list.</p>
<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

View File

@@ -21,6 +21,10 @@ Supported platforms
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.