Commit 75d7a799 authored by garciay's avatar garciay
Browse files

Add Ipv4Packet variant in IPv6 Ipv6Payload

parent c77bf017
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -441,6 +441,8 @@ module LibIpv6_Interface_TypesAndValues {
			IkeMsg									ikeMsg,
			IkeMsg									ikeMsg,
			//Udp
			//Udp
			UdpMsg									udpMsg,
			UdpMsg									udpMsg,
			// IPv6/4 tunneling
			Ipv4Packet                              ipv4Packet,
		  	//General IPv6 packet
		  	//General IPv6 packet
		  	octetstring								octetstringMsg
		  	octetstring								octetstringMsg
		}
		}
@@ -497,6 +499,7 @@ module LibIpv6_Interface_TypesAndValues {


			group ExtensionHeaderIds {
			group ExtensionHeaderIds {
				const UInt8		c_hopHdr := 0;
				const UInt8		c_hopHdr := 0;
				const UInt8     c_ipv4Hdr := 4;
				const UInt8		c_tcpHdr := 6;
				const UInt8		c_tcpHdr := 6;
				const UInt8		c_udpHdr := 17;
				const UInt8		c_udpHdr := 17;
				const UInt8		c_tunneledIpHdr := 41;
				const UInt8		c_tunneledIpHdr := 41;