Commit ab83dc52 authored by vouffofeudji's avatar vouffofeudji
Browse files

AH Testcases cleaned up

parent 68293b13
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -245,6 +245,27 @@
			}}
		}

		/*
		 *	@param  p_src Binary IPv6 address associated with the
		 *          test component.
		 *	@param  p_dst Binary IPv6 address associated with NUT.
		*/
		template NeighborAdvertisement mw_nbrAdv_AHHeaders := {
			ipv6Hdr := mw_ipHdr_nextHdr(c_authHdr),
			extHdrList := *,
			ipv6Payload := { nbrAdvMsg := {
				icmpType:= c_nbrAdvMsg,
				icmpCode:= c_icmpCode0,
				checksum:= ?,
				routerFlag:=?,
				solicitedFlag:=?,
				overrideFlag:=?,
				reserved:=0,
				targetAddr:=?,
				nbrAdvOptions:=*
			}}
		}

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