Revision 490b6c4f
Added by Chris Buechler over 10 years ago
etc/inc/vpn.inc | ||
---|---|---|
879 | 879 |
} |
880 | 880 |
} |
881 | 881 |
|
882 |
if (isset($a_client['pfs_group'])) |
|
882 |
if (isset($a_client['pfs_group']) && isset($ph2ent['mobile']))
|
|
883 | 883 |
$ph2ent['pfsgroup'] = $a_client['pfs_group']; |
884 | 884 |
|
885 | 885 |
if ($ph2ent['protocol'] == 'esp') { |
Also available in: Unified diff
Only use mobile clients PFS config with mobile ph2ent. Ticket #4538