2.2.1.2.271 L2TP_CONFIG_PARAMS_2
The L2TP_CONFIG_PARAMS_2 structure<200> is used to get or set the device configuration for L2TP on a RAS server.
-
typedef struct _L2TP_CONFIG_PARAMS_2 { DWORD dwNumPorts; DWORD dwPortFlags; DWORD dwTunnelConfigParamFlags; L2TP_TUNNEL_CONFIG_PARAMS_1 TunnelConfigParams; } L2TP_CONFIG_PARAMS_2, *PL2TP_CONFIG_PARAMS_2;
dwNumPorts: This is the same as dwNumPort in L2TP_CONFIG_PARAMS_1 (section 2.2.1.2.139).
dwPortFlags: Same as dwPortFlags in L2TP_CONFIG_PARAMS_1.
dwTunnelConfigParamFlags: This SHOULD be set to 0x00000001 when sent and ignored on receipt.
TunnelConfigParams: L2TP tunnel related parameters. This MUST be an L2TP_TUNNEL_CONFIG_PARAMS_1 (section 2.2.1.2.270) structure.