This commit is contained in:
Sebastien Vincent
2009-10-18 18:20:10 +02:00
parent 69e94e521d
commit d33666ce23
8 changed files with 71 additions and 43 deletions

View File

@@ -952,8 +952,9 @@ uint8_t Ipv6ExtensionLooseRouting::Process (Ptr<Packet>& packet, uint8_t offset,
{
ipv6->Lookup (ipv6header, p, MakeCallback (&Ipv6L3Protocol::SendRealOut, PeekPointer (ipv6)));
}
*/
isDropped = true;
*/
return routingHeader.GetSerializedSize ();
}

View File

@@ -129,6 +129,7 @@ def build(bld):
'icmpv6-header.h',
'ipv4-l3-protocol.h',
'ipv6-l3-protocol.h',
'ipv6-extension-header.h',
'arp-l3-protocol.h',
'udp-l4-protocol.h',
'tcp-l4-protocol.h',