SetGroupName for tap-bridge module

This commit is contained in:
Tom Henderson
2015-05-05 19:36:20 -07:00
parent 94d1b71324
commit da6dbe6141

View File

@@ -80,6 +80,7 @@ TapBridge::GetTypeId (void)
{
static TypeId tid = TypeId ("ns3::TapBridge")
.SetParent<NetDevice> ()
.SetGroupName ("TapBridge")
.AddConstructor<TapBridge> ()
.AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit",
UintegerValue (0),