src/devices/bridge/bridge-net-device.cc
2008-11-07 Initial IPv6 capability
2008-11-05 Apply Patch to address bug 294 -- due to vincent
2008-09-02 use Mac48Address::GetMulticast to avoid code duplication
2008-09-02 bug 274: bridge must detect compatibility of devices with bridging mode
2008-08-25 bug 273: constify packet pointers.
2008-08-07 ensure type is registered
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 Add BridgeChannel
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 the 'learning' part of the Learning Bridge, with option to disable it and revert to dummy mode (hub-like).
2008-07-04 Use NetDevice::SendFrom where appropriate, in order to preserve source address of bridged mac frames.
2008-07-04 Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.