Commit 8471f242 authored by validator's avatar validator
Browse files

""

parent 8d04e3e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@
	    */
		template MtuOption m_mtuOption ( UInt32 p_mtu ):={
			icmpType := c_mtuOption,
			optionLength := 6,
			optionLength := 1,
			reserved := 0,
			mtu := p_mtu
		}
@@ -880,7 +880,7 @@
	    */
		template MtuOption m_mtuOption_nonEmptyReserved ( UInt32 p_mtu ):={
			icmpType := c_mtuOption,
			optionLength := 6,
			optionLength := 1,
			reserved := c_uInt16Max,
			mtu := p_mtu
		}