Bug 94

Summary: why is Ipv4::GetIfIndexByAddress static ?
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: remove static functions

Description Mathieu Lacage 2007-10-16 07:09:06 UTC
would it not be simpler to make GetIfIndexByAddress a non-static member method of the Ipv4 class ?
Comment 1 Tom Henderson 2007-11-07 08:57:46 UTC
Created attachment 84 [details]
remove static functions

made first method a member function of Ipv4; removed the second unused method
Comment 2 Tom Henderson 2007-11-15 00:12:50 UTC
patch applied as changeset 1824