Bugzilla – Attachment #6: register NetDevices for bug #10
#include "ns3/assert.h"
#include "net-device.h"
#include "net-device-list.h"
#include "l3-demux.h"
#include "l3-protocol.h"
#include "llc-snap-header.h"
m_isBroadcast (false),
m_isMulticast (false),
m_isPointToPoint (false)
{}
{
NetDeviceList *netDevList = node->GetNetDevices ();
if (netDevList)
netDevList->Add (this);
}
MacAddress
NetDevice::GetAddress (void) const
NetDeviceList *netDevList = node->GetNetDeviceList ();