Commit bcaf41ec authored by alex's avatar alex
Browse files

Checked optLen in Home Address Destination Option

adjusted pixit paremeters for MN_01 and CN_03
parent dd25ebaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ module LibIpv6_Rfc3775Mipv6_Functions {
															p_haGlaNut,
															m_extHdrList_2Elem(
																m_extHdr_dstOptHeader(	c_mipHdr,
																						c_optLen16,//TODO check length
																						c_optLen16,
																						m_dstOptList_2Elem(
																							m_dstOpt_padN(m_optPad4),
																							m_dstOpt_homeAddr(p_mnHoaTn))),
@@ -389,7 +389,7 @@ module LibIpv6_Rfc3775Mipv6_Functions {
											m_extHdrList_1Elem(
												m_extHdr_dstOptHeader(	
													c_icmpHdr,
													c_optLen16,//TODO check length
													c_optLen16,
													m_dstOptList_2Elem(
														m_dstOpt_padN(m_optPad4),
														m_dstOpt_homeAddr(p_mnHoaTn))))));