diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-04 20:52:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-04 20:52:42 +0200 |
commit | b16827699604b3aa1f222c76a4cf80e9011974aa (patch) | |
tree | 1ab1590769f9ed340a81f578bfc491ca7fba8446 /interface-definitions | |
parent | 3851818b7a2691f8cf016c4d15071cef8d235041 (diff) | |
download | vyos-1x-b16827699604b3aa1f222c76a4cf80e9011974aa.tar.gz vyos-1x-b16827699604b3aa1f222c76a4cf80e9011974aa.zip |
ipsec: T2816: add completion helper for VTI interfaces
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 157d5ba59..bc802b39e 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -1089,7 +1089,10 @@ <children> <leafNode name="bind"> <properties> - <help>VTI tunnel interface associated with this configuration [REQUIRED]</help> + <help>VTI tunnel interface associated with this configuration</help> + <completionHelp> + <path>interfaces vti</path> + </completionHelp> </properties> </leafNode> #include <include/ipsec/esp-group.xml.i> |