Revision 60c62dee
Added by Seth Mos almost 14 years ago
etc/inc/gwlb.inc | ||
---|---|---|
402 | 402 |
($ifname == $gateway_item['friendlyiface'] && $gateway_item['dynamic'] == true) && ($gateway['ipprotocol'] == $gateway_item['ipprotocol'])) |
403 | 403 |
continue 2; |
404 | 404 |
} |
405 |
print_r($gateway); |
|
406 |
|
|
407 | 405 |
|
408 | 406 |
if (is_ipaddrv6($gateway['gateway'])) |
409 | 407 |
$gateway['monitor'] = $gateway['gateway']; |
Also available in: Unified diff
Remove stray print_r()