Bug 1393

Summary: Ipv6Routing is missing a PrintRoutingTable API
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs, tomh
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: IPv6 Routing Protocol Print functions (classes and helper)

Description Tommaso Pecorella 2012-03-15 21:00:49 UTC
Ipv4RoutingProtocol does have this member function:
  virtual void PrintRoutingTable (Ptr<OutputStreamWrapper> stream) const = 0;
while Ipv6RoutingProtocol does not have it.

We should add this, modify all the present v6Routing classes accordingly and the v6Routing Helper as well.
Comment 1 Tommaso Pecorella 2012-03-16 18:03:58 UTC
Created attachment 1359 [details]
IPv6 Routing Protocol Print functions (classes and helper)

This patch is basically a copy-paste of the similar functionalities in Ipv4. Nothing new, nothing big.
Comment 2 Tom Henderson 2012-03-17 10:31:29 UTC
+1
Comment 3 Tommaso Pecorella 2012-03-25 07:40:04 UTC
fixed in changeset 7791 - 21c3495394b4