Commit 85d0a794 authored by berge's avatar berge
Browse files

Misc changes made while validating IPsec-AH testcases

parent bb8d5bc2
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -484,6 +484,27 @@
				}
			}

			/*
			 *	@param  p_src Binary IPv6 address associated with the
			 *          test component.
			 *	@param  p_dst Binary IPv6 address associated with NUT.
			*/
			template NeighborSolicitation mw_nbrSol_extHdr_AHHeaders(
				template Ipv6Address p_src,
				template Ipv6Address p_dst) := {
				ipv6Hdr := mw_ipHdr_nextHdr_srcDst(c_authHdr, p_src, p_dst),
				extHdrList := ?,
				ipv6Payload := {
					nbrSolMsg := {
						icmpType := c_nbrSolMsg,
						icmpCode := c_icmpCode0,
						checksum := ?,
						reserved := ?,
						targetAddr := ?,
						nbrSolOptions := * }
				}
			}


	}//end group neighborDiscovery

+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ group IcmpAndEspFns {
							p_paramsTn.gla,
							m_extHdrList_1Elem (
								mw_extHdr_espHeader(
									vc_sad[c_saOut].spi,
									vc_sad[c_saIn].spi,
									?,
									m_espIpDatagram(
										omit,