Add capability to bridge multiple LAN segments (IEEE 802.1D bridging)
More...
#include <bridge-helper.h>
List of all members.
Detailed Description
Add capability to bridge multiple LAN segments (IEEE 802.1D bridging)
Member Function Documentation
This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.
- Parameters:
-
node | The node to install the device in |
c | Container of NetDevices to add as bridge ports |
- Returns:
- A container holding the added net device.
This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.
- Parameters:
-
nodeName | The name of the node to install the device in |
c | Container of NetDevices to add as bridge ports |
- Returns:
- A container holding the added net device.
void ns3::BridgeHelper::SetDeviceAttribute |
( |
std::string |
n1, |
|
|
const AttributeValue & |
v1 |
|
) |
| |
The documentation for this class was generated from the following file:
- src/helper/bridge-helper.h