Clarify the effect of Bug 1810 fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user