Skip to content

fd-net-device: Move setting of m_nodeId to FdNetDevice::SetNode

Hrishi Hiraskar requested to merge hrily/ns-3-dev:assert-fix into master

m_nodeId was set in FdNetDevice::StartDevice. This commit moves it to FdNetDevice::SetNode so that is it set whenever node is set.

Merge request reports