Revision d9901ff4
Added by Chris Buechler over 9 years ago
src/usr/local/www/interfaces_gre.php | ||
---|---|---|
136 | 136 |
</thead> |
137 | 137 |
<tbody> |
138 | 138 |
<?php foreach ($a_gres as $i => $gre): |
139 |
if (substr($gre['if'], 0, 4) == "_vip") |
|
139 |
if (substr($gre['if'], 0, 4) == "_vip") {
|
|
140 | 140 |
$if = convert_real_interface_to_friendly_descr(get_real_interface($gre['if'])); |
141 |
else
|
|
141 |
} else {
|
|
142 | 142 |
$if = $gre['if']; |
143 |
} |
|
143 | 144 |
?> |
144 | 145 |
<tr> |
145 | 146 |
<td> |
Also available in: Unified diff
Fix style issues.