src/node/simple-net-device.cc
2008-11-07 Initial IPv6 capability
2008-11-05 Apply Patch to address bug 294 -- due to vincent
2008-09-02 bug 274: bridge must detect compatibility of devices with bridging mode
2008-08-25 shared Mac48 multicast code
2008-07-24 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
2008-07-16 New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
2008-07-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-07-04 Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
2008-06-30 Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-31 add missing license headers
2008-03-31 get rid of channel during dispose
2008-03-20 SimpleChannel/SimpleNetDevice. Use them where needed.