diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:44:29 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:44:29 -0700 |
commit | b2324eadd20e48aa4c0d561aa55915b1c8e37336 (patch) | |
tree | 51617f3e0ddc2bbf8ff9ae14680b9ea269a2d489 /templates/system/static-host-mapping | |
parent | 67bfa56674b29993a187185d88593bbd533b5403 (diff) | |
download | vyatta-cfg-system-b2324eadd20e48aa4c0d561aa55915b1c8e37336.tar.gz vyatta-cfg-system-b2324eadd20e48aa4c0d561aa55915b1c8e37336.zip |
Fix help completion text
Use ipv4net when Address/prefix expected
Use ipv4 where Address expected
Diffstat (limited to 'templates/system/static-host-mapping')
-rw-r--r-- | templates/system/static-host-mapping/host-name/node.tag/inet/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def index d8bc35bd..313132c3 100644 --- a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def +++ b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def @@ -1,4 +1,4 @@ type: ipv4, ipv6 -val_help: IPv4 address -val_help: IPv6 address +val_help: ipv4; IPv4 address +val_help: ipv6; IPv6 address help: Address [REQUIRED] |