put DeviceName Attribute back in emu net device

This commit is contained in:
Craig Dowell
2009-04-20 19:36:31 -07:00
parent 1edb42fee9
commit f55e4e0f58

View File

@@ -68,6 +68,11 @@ EmuNetDevice::GetTypeId (void)
Mac48AddressValue (Mac48Address ("ff:ff:ff:ff:ff:ff")),
MakeMac48AddressAccessor (&EmuNetDevice::m_address),
MakeMac48AddressChecker ())
.AddAttribute ("DeviceName",
"The name of the underlying real device (e.g. eth1).",
StringValue ("eth1"),
MakeStringAccessor (&EmuNetDevice::m_deviceName),
MakeStringChecker ())
.AddAttribute ("Start",
"The simulation time at which to spin up the device thread.",
TimeValue (Seconds (0.)),