equal
deleted
inserted
replaced
429 // |
429 // |
430 // The derived class may also do some such filtering, but it doesn't |
430 // The derived class may also do some such filtering, but it doesn't |
431 // hurt to have it here too as a backstop. |
431 // hurt to have it here too as a backstop. |
432 if (to != GetAddress ()) |
432 if (to != GetAddress ()) |
433 { |
433 { |
434 NotifyRxDrop (packet); |
|
435 return; |
434 return; |
436 } |
435 } |
437 |
436 |
438 if (hdr->IsMgt () && hdr->IsAction ()) |
437 if (hdr->IsMgt () && hdr->IsAction ()) |
439 { |
438 { |