From dbb8b67ad80b73a1154840f7d56434448bdfa8a3 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Wed, 1 Sep 2021 04:13:57 +0200 Subject: [PATCH] core (fixes #452) Add TracedCallback::IsEmpty --- CHANGES.html | 1 + RELEASE_NOTES | 1 + src/core/model/traced-callback.h | 12 ++++++++++++ 3 files changed, 14 insertions(+) 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: