diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-07-08 09:23:29 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-08 09:23:29 -0700 |
commit | 8fd0204c883ca175c754d96b83433f084a7cc2ee (patch) | |
tree | 25b22c21952d86d9cc0de2a34849f845c6bc63e8 /templates/load-balancing/wan | |
parent | 1daffa872e69e444079fb4e1b82af9d11fbc37d3 (diff) | |
download | vyatta-wanloadbalance-8fd0204c883ca175c754d96b83433f084a7cc2ee.tar.gz vyatta-wanloadbalance-8fd0204c883ca175c754d96b83433f084a7cc2ee.zip |
fix for bug 4698
Diffstat (limited to 'templates/load-balancing/wan')
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def index b549e8c..6b3299b 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def @@ -1,2 +1,8 @@ type: txt -help: Set interface nexthop +help: Outbound interface nexthop address. Can be 'dhcp or ip address' +syntax:expression: exec "/opt/vyatta/sbin/vyatta-wanloadbalance.pl --valid-nexthop $VAR(@)"\ + ; "Invalid nexthop [$VAR(@)]" +allowed: echo "dhcp <>" +comp_help:Possible completions: + <x.x.x.x> Set the nexthop + dhcp Set the nexthop via DHCP |