diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 15:43:00 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 15:43:00 -0700 |
commit | 47a9ae7e6960e3c7d24bee108f64c3a9a414384e (patch) | |
tree | 56a61726e20cce2f2b76460b43ee5f3b680b4be4 | |
parent | 1b2b777227ed2645c68b5ab05931beafff9ccf5d (diff) | |
download | vyatta-cfg-quagga-47a9ae7e6960e3c7d24bee108f64c3a9a414384e.tar.gz vyatta-cfg-quagga-47a9ae7e6960e3c7d24bee108f64c3a9a414384e.zip |
Fix completion on multi-type node
Workaround for bug 5887
-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 2be95542..baae548b 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 +type: ipv4,ipv6 help: Address [REQUIRED] val_help: ipv4; IPv4 address val_help: ipv6; IPv6 address |