diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-11 23:02:16 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-11 23:02:16 +0000 |
commit | 22895b10690103914294299d27dfe6142e00f32c (patch) | |
tree | 546a3afc729d6843129c22f1f6337d6d10ad8d82 /templates/system/gateway-address/node.def | |
parent | 11c599572e730c22198aa3d35cdc113b638ca4a8 (diff) | |
download | vyatta-cfg-quagga-22895b10690103914294299d27dfe6142e00f32c.tar.gz vyatta-cfg-quagga-22895b10690103914294299d27dfe6142e00f32c.zip |
Fix Bug 3069 Help strings should be standardized
- help string for 'set default gateway' standardized
Diffstat (limited to 'templates/system/gateway-address/node.def')
-rw-r--r-- | templates/system/gateway-address/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/gateway-address/node.def b/templates/system/gateway-address/node.def index 7649b81a..6a77c0a5 100644 --- a/templates/system/gateway-address/node.def +++ b/templates/system/gateway-address/node.def @@ -1,5 +1,5 @@ type: ipv4 -help: Configure default gateway +help: Set default gateway create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"ip route 0.0.0.0/0 $VAR(@)\" " update:expression: "oldgw=`/opt/vyatta/sbin/vyatta-cli-expand-var.pl '$(/system/gateway-address/@)' ` && \ ${vyatta_sbindir}/vyatta-vtysh.pl -noerr -c \"configure terminal\" -c \"no ip route 0.0.0.0/0 $oldgw \" && \ |