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

Unified Diff: src/internet/model/ipv4-static-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/ipv4-routing-protocol.h ('k') | src/internet/model/ipv4-static-routing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/model/ipv4-static-routing.h
===================================================================
--- a/src/internet/model/ipv4-static-routing.h
+++ b/src/internet/model/ipv4-static-routing.h
@@ -74,8 +74,7 @@
Ipv4StaticRouting ();
virtual ~Ipv4StaticRouting ();
- virtual Ptr<Ipv4Route> RouteOutput (Ptr<Packet> p, const Ipv4Header &header, Ptr<NetDevice> oif, Socket::SocketErrno &sockerr);
-
+ virtual Ptr<Ipv4Route> RouteOutput (Ptr<Packet> p, const Ipv4FlowI &flowi, Socket::SocketErrno &sockerr);
virtual bool RouteInput (Ptr<const Packet> p, const Ipv4Header &header, Ptr<const NetDevice> idev,
UnicastForwardCallback ucb, MulticastForwardCallback mcb,
LocalDeliverCallback lcb, ErrorCallback ecb);
« no previous file with comments | « src/internet/model/ipv4-routing-protocol.h ('k') | src/internet/model/ipv4-static-routing.cc » ('j') | no next file with comments »

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