Commit 3b9af867 authored by validator's avatar validator
Browse files

Removed some out of date comments (TODO/FIXED)

parent 5ca06184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@
	    */
		template RouterAdvertisement mw_rtAdv_hop255_noExtHdr (	template Ipv6Address p_src,
															template Ipv6Address p_dst ) := {
			ipv6Hdr := mw_ipHdr_nextHdr_hop_srcDst ( c_icmpHdr, c_hopLimit255, p_src, p_dst ),  // FIXED (Alex) : m_ipHdr_nextHdr_srcDst->mw_ipHdr_srcDst_nextHdr_hopL255
			ipv6Hdr := mw_ipHdr_nextHdr_hop_srcDst ( c_icmpHdr, c_hopLimit255, p_src, p_dst ),  
			extHdrList := omit,
			icmpType:= c_rtAdv,
			icmpCode:= c_icmpCode0,