|
Bugzilla – Full Text Bug Listing |
| Summary: | Aggregating the same object to two nodes produce unexpected results | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | core | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | krotov, ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
test script
Proposed bugfix Updated bugfix Proposed patch Proposed patch Proposed patch |
||
|
Description
Tommaso Pecorella
2014-06-23 13:03:40 UTC
Created attachment 2378 [details]
Proposed bugfix
Created attachment 2379 [details]
Updated bugfix
The original check is not needed anymore, so I amended its removal to my bugfix.
The fix just checks that each aggregate of the "other" object can not be reached by doing GetObject on "this" object. Before, the check was performed only on the primary type of the "other" object.
Created attachment 2380 [details]
Proposed patch
Cleaned up the patch and commit message a bit.
Created attachment 2381 [details]
Proposed patch
Clarified evermore the error message and updated the commit message to the new "standard" format
Created attachment 2382 [details]
Proposed patch
Fixed email
Pushet in changeset 12135:046554f2f0fa |