|
Bugzilla – Full Text Bug Listing |
| Summary: | Ipv4GlobalRouting::LookupGlobal bug | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Andrey Churin <aachurin> |
| Component: | routing | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aachurin, tomh |
| Priority: | P5 | ||
| Version: | ns-3.7 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Andrey Churin
2010-03-28 12:22:59 UTC
Fix: line 146: if (oif != m_ipv4->GetNetDevice((*i)->GetInterface ())) line 170: if (oif != m_ipv4->GetNetDevice((*j)->GetInterface ())) line 194: if (oif != m_ipv4->GetNetDevice((*k)->GetInterface ())) changeset fbd5ec1d7a2f |