Commit 8cbb3bce authored by tepelmann's avatar tepelmann
Browse files

Fixed ConfigurationPayload problem.

parent 9d373275
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@
			} 
			with {
				variant (nextPayload) "tag='nextPayload';";
				variant (payloadLength) "intTag='payloadLengthConf';";
				variant (payloadLength) "intTag='payloadLengthConf'-8;";
			}	

			group IkeRfc4306ConfigAttribute {
@@ -904,7 +904,7 @@
				} 
				with {
					variant "present=getIntTag('payloadLengthConf')!=0;";
					variant (attributeLength) "intTag='attributeLength';intTag='payloadLengthConf',getIntTag('payloadLengthConf')-value";
					variant (attributeLength) "intTag='attributeLength';intTag='payloadLengthConf',getIntTag('payloadLengthConf')-value-4";
					variant (attributeValue) "length=getIntTag('attributeLength');";
				}