Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(716)

Unified Diff: src/internet/model/ipv6-list-routing.h

Issue 5661044: Bug 1111 - new classes and refactoring RouteOutput()
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/internet/model/ipv6-l3-protocol.cc ('k') | src/internet/model/ipv6-list-routing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/model/ipv6-list-routing.h
===================================================================
--- a/src/internet/model/ipv6-list-routing.h
+++ b/src/internet/model/ipv6-list-routing.h
@@ -91,7 +91,7 @@
virtual Ptr<Ipv6RoutingProtocol> GetRoutingProtocol (uint32_t index, int16_t& priority) const;
// Below are from Ipv6RoutingProtocol
- virtual Ptr<Ipv6Route> RouteOutput (Ptr<Packet> p, const Ipv6Header &header, Ptr<NetDevice> oif, Socket::SocketErrno &sockerr);
+ virtual Ptr<Ipv6Route> RouteOutput (Ptr<Packet> p, const Ipv6FlowI &flowi, Socket::SocketErrno &sockerr);
virtual bool RouteInput (Ptr<const Packet> p, const Ipv6Header &header, Ptr<const NetDevice> idev,
UnicastForwardCallback ucb, MulticastForwardCallback mcb,
« no previous file with comments | « src/internet/model/ipv6-l3-protocol.cc ('k') | src/internet/model/ipv6-list-routing.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b