[Ns-bugs] [Bug 779] New: NixVectorRouting ignores specified outgoing interface in RouteOutput()
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Tue Dec 15 20:51:41 PST 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=779
Summary: NixVectorRouting ignores specified outgoing interface
in RouteOutput()
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: routing
AssignedTo: ns-bugs at isi.edu
ReportedBy: tomh at tomh.org
Estimated Hours: 0.0
NixVector does not do anything with the oif parameter, which may be set by
Socket::BindToDevice(). This was changed from an interface index to a device
pointer when bug 742 was resolved, but NixVector has not been handling this
parameter yet.
Ptr<Ipv4Route>
RoutingProtocol::RouteOutput (Ptr<Packet> p, const Ipv4Header &header,
Ptr<NetDevice> oif, Socket::SocketErrno &sockerr)
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list