Revision 6db038f7
Added by Jim Pingle almost 9 years ago
src/usr/local/www/vpn_ipsec_phase2.php | ||
---|---|---|
97 | 97 |
|
98 | 98 |
if (isset($ph2['mobile'])) { |
99 | 99 |
$pconfig['mobile'] = true; |
100 |
$pconfig['remoteid_type'] = "mobile"; |
|
100 | 101 |
} |
101 | 102 |
} else { |
102 | 103 |
$pconfig['ikeid'] = $_GET['ikeid']; |
... | ... | |
114 | 115 |
/* mobile client */ |
115 | 116 |
if ($_GET['mobile']) { |
116 | 117 |
$pconfig['mobile']=true; |
118 |
$pconfig['remoteid_type'] = "mobile"; |
|
117 | 119 |
} |
118 | 120 |
} |
119 | 121 |
|
Also available in: Unified diff
Ensure a mobile P2 is marked as such when saving.