Commit e43c691c authored by peter's avatar peter
Browse files

No commit message

No commit message
parent 1c5a3be6
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -175,6 +175,25 @@
			 nbrSolOptions:= p_opts
		 }

		 /*
		  *	@param  p_src Binary IPv6 address associated with the
		  *          test component.
		  *	@param  p_dst Binary IPv6 address associated with NUT.
		  *	@param  p_targetAddr Binary IPv6 address associated with target.
		 */
		 template NeighborSolicitation mw_nbrSol_noExtHdr_anyOpts (	template Ipv6Address p_src,
															 template Ipv6Address p_dst,
															 Ipv6Address p_targetAddr ) := {
			 ipv6Hdr := mw_ipHdr_srcDst(c_icmpHdr, p_src, p_dst),
			 extHdrList := omit,
			 icmpType:= c_nbrSol,
			 icmpCode:= c_icmpCode0,
			 checksum:= ?,
			 reserved:= 0,
			 targetAddr:= p_targetAddr,
			 nbrSolOptions:= *
		 }

		 /*
		  *	@param  p_src Binary IPv6 address associated with the
		  *          test component.