Commit f960d2bf authored by validator's avatar validator
Browse files

No commit message

No commit message
parent 81711638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions {
																					c_preferredLifetime10s,
																					p_glaAddrTn,
																					m_advInterval(c_3000ms),
																					m_homeAgentInfo(c_haPref0,
																					m_homeAgentInfo(c_haPref10,
																									c_haLifetime600s)) ) ) ;
				return v_ret ;
		}//end f_sendMipRtAdvWithPrefix
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ module LibIpv6_MultiRfcs_TypesAndValues {
			const UInt16 c_unspecifiedRetransTime := 0;

			const UInt16 c_haPref0 :=0;
			const UInt16 c_haPref10 :=10;			
			const UInt16 c_haLifetime600s := 600; 

			const UInt16 c_infiniteLifetime := c_uInt16Max ;