Commit 2828a706 authored by schmitting's avatar schmitting
Browse files

Not used PIXIT made to comment

parent 398d5b23
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ module LibIpv6_ModuleParameters {
	*/
	modulepar {float PX_T_BUILD_GLA := 15.0}


group security {
	/*
	 * @desc Shall IPSEC be tested?
	*/
	modulepar { IpSecSwitch PX_IP_SEC := e_securityOff }

	/*
	 * @desc Shall IPSEC be tested?
	 * @desc Which protocol (ESP or AH) shall be used?
	*/
	modulepar { IpSecProtocol PX_IP_SEC_PROTOCOL := e_esp }

@@ -66,6 +66,8 @@ module LibIpv6_ModuleParameters {
	*/
	modulepar {octetstring PX_ESP_ENCR_KEY := 'A1A2A3A4'O}

} // end group security

group ikeSecurity
	{
	/*
@@ -104,7 +106,7 @@ module LibIpv6_ModuleParameters {
	modulepar {octetstring PX_IKE_DIFFIEHELLMAN_PRIVKEY := '0123456789ABCDEF'O}

	/*
	 * @desc Are Sec Params configured manually or is IKE used to setup Sec Params?
	 * @desc AAre security parameters configured manually or is IKE used to negotiate security parameters?
	*/
	modulepar {IpSecControl PX_IPSEC_CONTROL := e_useIKEforSecParamsSetup }

@@ -120,12 +122,12 @@ module LibIpv6_ModuleParameters {

} // end group ikeSecurity

group udpPxts {
group ikeUdpPorts {
	
	modulepar {UInt16 PX_UDP_PORT_IUT_1 := 500}
	modulepar {UInt16 PX_UDP_PORT_HS02 := 500}
	
}//end udpPxts
} // end group ikeUdpPorts