|
Bugzilla – Full Text Bug Listing |
| Summary: | Wifi STA mac address problems | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | devices | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
patch to fix it
foo |
||
|
Description
Gustavo J. A. M. Carneiro
2008-09-17 13:33:28 UTC
Created attachment 258 [details]
patch to fix it
I would suggest to check for hdr->GetAddr3 () from the caller rather than from the callee. i.e., ForwardUp should not be doing the address check. Its caller should. OK, but that would mean changing the signature of ForwardUp to include a new address argument. Created attachment 265 [details]
foo
please, test the attached.
Comment on attachment 265 [details]
foo
It fixes the bug.
changeset d26d57ddf801 |