diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:55:09 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:55:09 -0700 |
commit | 79f2a3d43c3f7726d0771e9d3770471776c8b360 (patch) | |
tree | 00d31478ac64125b6f3b663bde72c7d3be0b7725 | |
parent | b2324eadd20e48aa4c0d561aa55915b1c8e37336 (diff) | |
download | vyatta-cfg-quagga-79f2a3d43c3f7726d0771e9d3770471776c8b360.tar.gz vyatta-cfg-quagga-79f2a3d43c3f7726d0771e9d3770471776c8b360.zip |
Fix formatting of static-host mapping val help
-rw-r--r-- | templates/system/static-host-mapping/host-name/node.tag/inet/node.def | 2 |
1 files changed, 1 insertions, 1 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 313132c3..2be95542 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 +help: Address [REQUIRED] val_help: ipv4; IPv4 address val_help: ipv6; IPv6 address -help: Address [REQUIRED] |