Revision 1e505631
Added by Chris Buechler over 9 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
5477 | 5477 |
|
5478 | 5478 |
if (substr($interface, 0, 4) == '_vip') { |
5479 | 5479 |
return get_configured_carp_interface_list($interface); |
5480 |
} else if (substr($interface, 0, 5) == '_lloc') { |
|
5481 |
/* No link-local address for v4. */ |
|
5482 |
return null; |
|
5480 | 5483 |
} |
5481 | 5484 |
|
5482 | 5485 |
$realif = get_failover_interface($interface, 'inet'); |
Also available in: Unified diff
get_failover_interface returns the parent physical NIC for _lloc interfaces, so make sure it's returning null before it gets to that point.