|
544 |
NS_LOG_FUNCTION (this); |
544 |
NS_LOG_FUNCTION (this); |
545 |
NS_ASSERT (!hdr->IsCtl ()); |
545 |
NS_ASSERT (!hdr->IsCtl ()); |
546 |
if (hdr->GetAddr1 () != GetAddress () && |
546 |
if (hdr->GetAddr1 () != GetAddress () && |
547 |
!hdr->GetAddr1 ().IsBroadcast ()) |
547 |
!hdr->GetAddr1 ().IsGroup ()) |
548 |
{ |
548 |
{ |
549 |
NS_LOG_LOGIC ("packet is not for us"); |
549 |
NS_LOG_LOGIC ("packet is not for us"); |
550 |
} |
550 |
} |