Commit e0812453 authored by berge's avatar berge
Browse files

Ipv6Packet type in esp receive templates replaced with echoReply type

parent 874efcf8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
			 *	@param  p_dst Binary IPv6 address associated with NUT.
			 *	@param  p_extHdrList List of extension header in the packet.
			*/
			template Ipv6Packet mw_echoReply_esp(
			template EchoReply mw_echoReply_esp(
				UInt8 p_nextHeader,
				template Ipv6Address p_src,
				template Ipv6Address p_dst,
@@ -722,7 +722,7 @@ module LibIpv6_Rfc2463Icmpv6_Templates {
			 *	@param  p_id ICMPv6 echo identifier.
			 *	@param  p_seqNr ICMPv6 echo sequence number.
			*/
			template Ipv6Packet mw_echoReply_anyEsp(
			template EchoReply mw_echoReply_anyEsp(
				UInt8 p_nextHeader) := {
				ipv6Hdr := mw_ipHdr_nextHdr(p_nextHeader),
				extHdrList := *,