diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:55:27 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 13:55:27 -0700 |
commit | 1b2b777227ed2645c68b5ab05931beafff9ccf5d (patch) | |
tree | de961de899568c935cd357150915576c8c2d49c8 /templates/interfaces/bonding | |
parent | 79f2a3d43c3f7726d0771e9d3770471776c8b360 (diff) | |
download | vyatta-cfg-quagga-1b2b777227ed2645c68b5ab05931beafff9ccf5d.tar.gz vyatta-cfg-quagga-1b2b777227ed2645c68b5ab05931beafff9ccf5d.zip |
Add completion for text fields with limited values
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed
tag to show possible values
Diffstat (limited to 'templates/interfaces/bonding')
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def index a33aefb0..556c7f35 100644 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def +++ b/templates/interfaces/bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def @@ -2,5 +2,6 @@ type: txt help: Authentication type syntax:expression: $VAR(@) in "plaintext-password", "ah"; \ "authentication must be plaintext-password or ah" +allowed: echo plaintext-password ah val_help: plaintext-password; Plain text password mode val_help: ah; IP Authentication Header mode diff --git a/templates/interfaces/bonding/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def b/templates/interfaces/bonding/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def index a33aefb0..556c7f35 100644 --- a/templates/interfaces/bonding/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def +++ b/templates/interfaces/bonding/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def @@ -2,5 +2,6 @@ type: txt help: Authentication type syntax:expression: $VAR(@) in "plaintext-password", "ah"; \ "authentication must be plaintext-password or ah" +allowed: echo plaintext-password ah val_help: plaintext-password; Plain text password mode val_help: ah; IP Authentication Header mode |