Bugzilla – Bug 1393
Ipv6Routing is missing a PrintRoutingTable API
Last modified: 2012-03-25 07:40:04 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.
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.
+1
fixed in changeset 7791 - 21c3495394b4