diff -r 1faf35545dfd -r 07d34c0d8d18 CHANGES.html --- a/CHANGES.html Tue Jun 02 19:46:01 2009 +0200 +++ b/CHANGES.html Wed Jun 03 08:49:40 2009 +0200 @@ -52,15 +52,34 @@
class Ipv4 now contains attributes in ipv4.cc; the first one is called "IpForward" that will enable/disable Ipv4 forwarding.
class Packet now contains AddPacketTag, RemovePacketTag and PeekPacketTag +which can be used to attach a tag to a packet, as opposed to the old +AddTag method which attached a tag to a set of bytes. The main +semantic difference is in how these tags behave in the presence of +fragmentation and reassembly. +
All calls of the form "Ipv4::AddHostRouteTo ()" etc. (i.e. to add static routes, both unicast and multicast) have been moved to a new