Update.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user