src/devices/bridge/bridge-net-device.cc
Wed, 16 Jul 2008 16:06:50 +0100 Gustavo J. A. M. Carneiro New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
Mon, 07 Jul 2008 12:52:48 +0100 Gustavo J. A. M. Carneiro Add BridgeChannel
Mon, 07 Jul 2008 12:18:05 +0100 Gustavo J. A. M. Carneiro Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
Fri, 04 Jul 2008 18:48:10 +0100 Gustavo J. A. M. Carneiro Add the 'learning' part of the Learning Bridge, with option to disable it and revert to dummy mode (hub-like).
Fri, 04 Jul 2008 18:04:13 +0100 Gustavo J. A. M. Carneiro Use NetDevice::SendFrom where appropriate, in order to preserve source address of bridged mac frames.
Fri, 04 Jul 2008 15:39:24 +0100 Gustavo J. A. M. Carneiro Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
less more (0) tip