Bug 1393 - Ipv6Routing is missing a PrintRoutingTable API
Ipv6Routing is missing a PrintRoutingTable API
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: ipv6
ns-3-dev
All All
: P3 enhancement
Assigned To: Tommaso Pecorella
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-15 21:00 UTC by Tommaso Pecorella
Modified: 2012-03-25 07:40 UTC (History)
2 users (show)

See Also:


Attachments
IPv6 Routing Protocol Print functions (classes and helper) (13.21 KB, patch)
2012-03-16 18:03 UTC, Tommaso Pecorella
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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