diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-19 20:57:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-19 20:57:16 +0200 |
commit | 55b075df8260b46541972d6f62bcc0956a7af50d (patch) | |
tree | 246db74364f17cfacd885454f03db90c6ff4c048 /interface-definitions/include | |
parent | 6f818ee9033ee3abeedbed73eb44331dc27e7408 (diff) | |
download | vyos-1x-55b075df8260b46541972d6f62bcc0956a7af50d.tar.gz vyos-1x-55b075df8260b46541972d6f62bcc0956a7af50d.zip |
ipsec: T2816: add completion help for IP addresses to local-address node
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/ipsec/local-address.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/ipsec/local-address.xml.i b/interface-definitions/include/ipsec/local-address.xml.i index dc5653ce7..9d267f3f7 100644 --- a/interface-definitions/include/ipsec/local-address.xml.i +++ b/interface-definitions/include/ipsec/local-address.xml.i @@ -4,6 +4,7 @@ <help>IPv4 or IPv6 address of a local interface to use for VPN</help> <completionHelp> <list>any</list> + <script>${vyos_completion_dir}/list_local_ips.sh --both</script> </completionHelp> <valueHelp> <format>ipv4</format> |