diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-28 16:13:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-28 16:20:51 +0100 |
commit | bbc2a15795bfbe11febe8c00d2a592ba5cf8daf5 (patch) | |
tree | 47054ffca1f9c3e3f507356d38f3b3bbc9571340 /interface-definitions/interfaces-tunnel.xml.in | |
parent | 9f459cb1185af7dd7fe3104b2fb047add69938cd (diff) | |
download | vyos-1x-bbc2a15795bfbe11febe8c00d2a592ba5cf8daf5.tar.gz vyos-1x-bbc2a15795bfbe11febe8c00d2a592ba5cf8daf5.zip |
xml: completion-help: add helper for all local assigned IP addresses
This replaces the Python script by a bash variant which is much faster as the
Python interpreter does not need to be launched on invocation.
Diffstat (limited to 'interface-definitions/interfaces-tunnel.xml.in')
-rw-r--r-- | interface-definitions/interfaces-tunnel.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index 574a7d0a4..8effa68b2 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -36,7 +36,7 @@ <description>Local IPv6 address for this tunnel [NOTICE: unavailable for mGRE tunnels]</description> </valueHelp> <completionHelp> - <script>${vyos_completion_dir}/list_local.py</script> + <script>${vyos_completion_dir}/list_local_ips.sh</script> </completionHelp> <constraint> <validator name="ip-address"/> |