Revision ede4faa7
Added by Renato Botelho over 6 years ago
src/usr/local/www/interfaces_lagg_edit.php | ||
---|---|---|
202 | 202 |
continue; |
203 | 203 |
} |
204 | 204 |
|
205 |
$memberlist['list'][$ifn] = $ifn . ' (' . $ifinfo['mac'] . ')'; |
|
205 |
$hwaddr = get_interface_vendor_mac($ifn); |
|
206 |
|
|
207 |
$memberlist['list'][$ifn] = $ifn . ' (' . $ifinfo['mac'] . |
|
208 |
($hwaddr != $ifinfo['mac'] ? " | hw: {$hwaddr}" : '') . ')'; |
|
206 | 209 |
|
207 | 210 |
if (in_array($ifn, explode(",", $pconfig['members']))) { |
208 | 211 |
array_push($memberlist['selected'], $ifn); |
Also available in: Unified diff
Fix #8937: Show hwaddr for LAGG members