diff --git a/CHANGES.html b/CHANGES.html index d333bcbf1..3c7157cde 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -56,7 +56,7 @@ us a note on ns-developers mailing list.
equal cost multipath for Ipv4GlobalRouting, and adds an attribute that can enable it with random packet distribution policy across equal cost routes.virtual void Socket::BindToNetDevice (Ptr+socket option has been introduced to class Socket:netdevice);
virtual void Socket::BindToNetDevice (Ptr<NetDevice> netdevice);
- static void EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid); + void EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid); -- static void EnablePcap (std::string filename, Ptrnd); -+ void EnablePcap (std::string filename, Ptr nd); +- static void EnablePcap (std::string filename, Ptr<NetDevice> nd); ++ void EnablePcap (std::string filename, Ptr<NetDevice> nd); - static void EnablePcap (std::string filename, std::string ndName); + void EnablePcap (std::string filename, std::string ndName); - static void EnablePcap (std::string filename, NetDeviceContainer d);