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/snmp.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/snmp.xml.in')
-rw-r--r-- | interface-definitions/snmp.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index fb3e82256..0a0a29f4d 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -88,6 +88,9 @@ <tagNode name="listen-address"> <properties> <help>IP address to listen for incoming SNMP requests</help> + <completionHelp> + <script>${vyos_completion_dir}/list_local_ips.sh --both</script> + </completionHelp> <valueHelp> <format>ipv4</format> <description>IPv4 address to listen for incoming SNMP requests</description> |