diff options
Diffstat (limited to 'interface-definitions/interfaces-virtual-ethernet.xml.in')
-rw-r--r-- | interface-definitions/interfaces-virtual-ethernet.xml.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-virtual-ethernet.xml.in b/interface-definitions/interfaces-virtual-ethernet.xml.in index 3b78b3637..d52e9ef80 100644 --- a/interface-definitions/interfaces-virtual-ethernet.xml.in +++ b/interface-definitions/interfaces-virtual-ethernet.xml.in @@ -4,7 +4,7 @@ <children> <tagNode name="virtual-ethernet" owner="${vyos_conf_scripts_dir}/interfaces-virtual-ethernet.py"> <properties> - <help>Virtual Ethernet Interface (veth)</help> + <help>Virtual Ethernet (veth) Interface</help> <priority>300</priority> <constraint> <regex>veth[0-9]+</regex> @@ -23,6 +23,13 @@ <leafNode name="peer-name"> <properties> <help>Virtual ethernet peer interface name</help> + <completionHelp> + <path>interfaces virtual-ethernet</path> + </completionHelp> + <valueHelp> + <format>txt</format> + <description>Name of peer interface</description> + </valueHelp> <constraint> <regex>veth[0-9]+</regex> </constraint> |