diff --git a/CHANGES.html b/CHANGES.html index 2a3c8b49e..7420262f4 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -59,6 +59,7 @@ us a note on ns-developers mailing list.

  • With the new support for IPv6 Nix-Vector routing, we have all the new APIs corresponding to IPv4 Nix-Vector routing. Specific to the user, there is an Ipv6NixVectorHelper class which can be set in the InternetStackHelper, and works similar to Ipv4NixVectorHelper.
  • In class Ipv4InterfaceAddress, a new function IsInSameSubnet () is added to check if both the IPv4 addresses are in the same subnet. Also, it is consistent with Ipv6InterfaceAddress::IsInSameSubnet ().
  • In class ConfigStore, a new Attribue SaveDeprecated allows to not save DEPRECATED Attributes. The default value is false (save DEPRECATED Attributes).
  • +
  • In class TracedCallback, a new function IsEmpty allows to know if the TracedCallback will call any callback.
  • Changes to existing API: