Revision b8c3654c
Added by Chris Buechler over 10 years ago
usr/local/www/vpn_ipsec_settings.php | ||
---|---|---|
276 | 276 |
<tr> |
277 | 277 |
<td width="22%" valign="top" class="vncell"><?=gettext("Unique IDs"); ?></td> |
278 | 278 |
<td width="78%" class="vtable"> |
279 |
<strong><?=gettext("Handle IDs as: "); ?></strong>
|
|
279 |
<strong><?=gettext("Configure Unique IDs as: "); ?></strong>
|
|
280 | 280 |
<?php echo "<select name=\"uniqueids\" id=\"uniqueids\">\n"; |
281 | 281 |
foreach ($ipsec_idhandling as $value => $lvalue) { |
282 | 282 |
echo "<option value=\"{$value}\" "; |
... | ... | |
293 | 293 |
"The difference between <b>no</b> and <b>never</b> is that the old IKE_SAs will be replaced when receiving an " . |
294 | 294 |
"INITIAL_CONTACT notify if the option is no but will ignore these notifies if <b>never</b> is configured. " . |
295 | 295 |
"The daemon also accepts the value <b>keep</b> to reject " . |
296 |
"new IKE_SA setups and keep the duplicate established earlier."); ?> |
|
296 |
"new IKE_SA setups and keep the duplicate established earlier. Defaults to Yes."); ?>
|
|
297 | 297 |
</td> |
298 | 298 |
</tr> |
299 | 299 |
<tr> |
Also available in: Unified diff
clean up unique IDs text a bit.