|
Bugzilla – Full Text Bug Listing |
| Summary: | assert failure on Ipv[4,6]AddressHelper without tc | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Hajime Tazaki <tazaki> |
| Component: | internet | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Hajime Tazaki
2016-03-10 21:08:13 UTC
The assert is also in Ipv4AddressHelper::Assign
Ptr<TrafficControlLayer> tc = node->GetObject<TrafficControlLayer> ();
NS_ASSERT_MSG (tc, "Ipv4AddressHelper::Assign(): NetDevice is associated"
"with a node without the Traffic Control layer installed");
pushed in changeset c0326015e912 |