diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/lldp.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/lldp.xml.in b/interface-definitions/lldp.xml.in index 9fdffcea1..e14abae14 100644 --- a/interface-definitions/lldp.xml.in +++ b/interface-definitions/lldp.xml.in @@ -152,6 +152,9 @@ <leafNode name="management-address"> <properties> <help>Management IP Address</help> + <completionHelp> + <script>${vyos_completion_dir}/list_local_ips.sh --both</script> + </completionHelp> <valueHelp> <format>ipv4</format> <description>IPv4 Management Address</description> |