Merge remote-tracking branch 'origin/topic/jsiwek/mobile-ipv6'

* origin/topic/jsiwek/mobile-ipv6:
  Add support for mobile IPv6 Mobility Header (RFC 6275).
  Refactor IP_Hdr routing header handling, add MobileIPv6 Home Address handling.
  Revert TCP checksumming to cache common data, like it did before.
  Revert "Improve handling of IPv6 Routing Type 0 headers."
  Improve handling of IPv6 routing type 0 extension headers.
This commit is contained in:
Robin Sommer 2012-04-09 17:47:28 -07:00
commit cccaad63b3
73 changed files with 975 additions and 262 deletions

View file

@ -28,7 +28,7 @@ void FragTimer::Dispatch(double t, int /* is_expire */)
FragReassembler::FragReassembler(NetSessions* arg_s,
const IP_Hdr* ip, const u_char* pkt,
HashKey* k, double t)
: Reassembler(0, ip->DstAddr(), REASSEM_IP)
: Reassembler(0, REASSEM_IP)
{
s = arg_s;
key = k;