Bug 850

Summary: Ipv4GlobalRouting::LookupGlobal bug
Product: ns-3 Reporter: Andrey Churin <aachurin>
Component: routingAssignee: 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
Ipv4GlobalRouting::LookupGlobal crashes if oif parameter is set.
Comment 1 Andrey Churin 2010-03-28 14:54:10 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 ()))
Comment 2 Tom Henderson 2010-03-28 23:54:59 UTC
changeset fbd5ec1d7a2f