--- a/src/dsr/model/dsr-routing.h Fri Nov 16 22:27:18 2012 +0100
+++ b/src/dsr/model/dsr-routing.h Tue Nov 20 17:52:39 2012 -0500
@@ -408,16 +408,14 @@
/**
* \param p packet to forward up
- * \param src source IPv6 address
- * \param dst destination IPv6 address
+ * \param header IPv6 Header information
* \param incomingInterface the Ipv6Interface on which the packet arrived
*
* Called from lower-level layers to send the packet up
* in the stack. Not implemented (IPv6).
*/
virtual enum IpL4Protocol::RxStatus Receive (Ptr<Packet> p,
- Ipv6Address &src,
- Ipv6Address &dst,
+ Ipv6Header const &header,
Ptr<Ipv6Interface> incomingInterface);
void SetDownTarget (IpL4Protocol::DownTargetCallback callback);