Revision ad78dab5
Added by Marcos M about 1 year ago
src/usr/local/www/vpn_ipsec.php | ||
---|---|---|
300 | 300 |
</thead> |
301 | 301 |
<tbody class="p1-entries"> |
302 | 302 |
<?php |
303 |
$iflabels = get_configured_interface_with_descr(false, true);
|
|
303 |
$iflabels = get_configured_interface_with_descr(true); |
|
304 | 304 |
$viplist = get_configured_vip_list(); |
305 | 305 |
foreach ($viplist as $vip => $address) { |
306 | 306 |
$iflabels[$vip] = $address; |
Also available in: Unified diff
Fix missed changes in f593f80
The argument being removed was previously used to retrieve optX
interfaces; this no longer applies.