diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-01-17 19:05:19 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-01-17 19:05:19 -0800 |
commit | e188c1505c9bd4c4f125882bef0f2205974897d0 (patch) | |
tree | 357b79b66c66f8218f8ee96159b024e10d6f523e /templates/vpn/rsa-keys/rsa-key-name | |
parent | 6f32c7aeea3834d58f903209ab3e3908a37e9dd5 (diff) | |
download | vyatta-cfg-vpn-e188c1505c9bd4c4f125882bef0f2205974897d0.tar.gz vyatta-cfg-vpn-e188c1505c9bd4c4f125882bef0f2205974897d0.zip |
Add help completions for VPN configuration
Diffstat (limited to 'templates/vpn/rsa-keys/rsa-key-name')
-rw-r--r-- | templates/vpn/rsa-keys/rsa-key-name/node.def | 2 | ||||
-rw-r--r-- | templates/vpn/rsa-keys/rsa-key-name/node.tag/rsa-key/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/vpn/rsa-keys/rsa-key-name/node.def b/templates/vpn/rsa-keys/rsa-key-name/node.def index af47ad3..c659bd8 100644 --- a/templates/vpn/rsa-keys/rsa-key-name/node.def +++ b/templates/vpn/rsa-keys/rsa-key-name/node.def @@ -1,3 +1,5 @@ tag: type: txt help: "Set remote RSA key" +#comp_help: possible completions: +# <text> Set name of RSA key diff --git a/templates/vpn/rsa-keys/rsa-key-name/node.tag/rsa-key/node.def b/templates/vpn/rsa-keys/rsa-key-name/node.tag/rsa-key/node.def index 0098ccc..84ecf48 100644 --- a/templates/vpn/rsa-keys/rsa-key-name/node.tag/rsa-key/node.def +++ b/templates/vpn/rsa-keys/rsa-key-name/node.tag/rsa-key/node.def @@ -1,2 +1,4 @@ help: "Set remote RSA key" type: txt +#comp_help: possible completions: +# <text> Set the actual RSA key |