Bug 28

Summary: GetRoute returns a raw pointer in the public API in src/node/ipv4.h
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: pre-release   
Hardware: PC   
OS: Linux   

Description Mathieu Lacage 2007-05-19 08:33:39 UTC
Clearly, we should not be exporting a raw pointer.

We could trivially return a value there.