Bug 950

Summary: PointToPointNetDevice says promisc support is not implemented but it is.
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: devicesAssignee: Craig Dowell <craigdo>
Status: RESOLVED FIXED    
Severity: normal CC: craigdo, jpelkey, ns-bugs, tomh
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Mathieu Lacage 2010-06-23 02:28:05 UTC
The NS_FATAL_ERROR below is less than helpful:
void
PointToPointNetDevice::SetPromiscReceiveCallback (NetDevice::PromiscReceiveCallback cb)
{
  NS_FATAL_ERROR ("PointToPointNetDevice::SetPromiscReceiveCallback(): Not implemented");
  m_promiscCallback = cb;
}


Would it be ok to commit a patch which removes this un-needed warning ?
Comment 1 Tom Henderson 2010-06-23 09:25:39 UTC
This FATAL_ERROR seems to be incorrect to me; probably a left over statement from the tracing rework a few cycles back.
Comment 2 Josh Pelkey 2010-08-04 14:17:46 UTC
(In reply to comment #1)
> This FATAL_ERROR seems to be incorrect to me; probably a left over statement
> from the tracing rework a few cycles back.

Should I just go ahead and commit this easy one?  It makes sense to me to remove the fatal error as well.
Comment 3 Craig Dowell 2010-08-08 22:27:15 UTC
removed in changeset f75f34bce41d