diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vyatta-wanloadbalance.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index ef1f69f..2c64a5e 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -53,6 +53,11 @@ sub write_health { if (defined $option) { print FILE_LCK "\t\tsuccess-ct " . $option . "\n"; } + + $option = $config->returnValue("$ethNode nexthop"); + if (defined $option) { + print FILE_LCK "\t\tnexthop " . $option . "\n"; + } print FILE_LCK "\t}\n"; } print FILE_LCK "}\n\n"; |
