diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-04 21:19:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-04 21:19:22 +0200 |
commit | 40c6a0402511383d1fa1ddb8aca9d11765720471 (patch) | |
tree | cd757f186f5abf01e1c7d1d9d01d4934de8dcc32 /interface-definitions | |
parent | 1c727bd25ef28fb729f66072f026be560978853d (diff) | |
download | vyos-1x-40c6a0402511383d1fa1ddb8aca9d11765720471.tar.gz vyos-1x-40c6a0402511383d1fa1ddb8aca9d11765720471.zip |
ipsec: T2816: add completion helper for tunnel 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 187bb1154..f6b18d1d5 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -692,9 +692,12 @@ <leafNode name="tunnel"> <properties> <help>Tunnel interface associated with this configuration profile</help> + <completionHelp> + <path>interfaces tunnel</path> + </completionHelp> <valueHelp> <format>txt</format> - <description>Tunnel interface associated with this configuration profile</description> + <description>Associated interface to this configuration profile</description> </valueHelp> <multi/> </properties> |