diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-01 11:09:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-01 11:10:21 +0200 |
commit | d26669e1ffbf15abb6f410e8c724310c13160a3e (patch) | |
tree | 2152af392105edffafc2055eef453b02905ad6c1 | |
parent | d5ac587ac809ebb2f72bc3d39275756934a1f1c7 (diff) | |
download | vyos-1x-d26669e1ffbf15abb6f410e8c724310c13160a3e.tar.gz vyos-1x-d26669e1ffbf15abb6f410e8c724310c13160a3e.zip |
xml: vti: T2455: state that VTI is now of type XFRM
-rw-r--r-- | interface-definitions/interfaces-vti.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-vti.xml.in b/interface-definitions/interfaces-vti.xml.in index 8904cde25..aa83a04b2 100644 --- a/interface-definitions/interfaces-vti.xml.in +++ b/interface-definitions/interfaces-vti.xml.in @@ -4,7 +4,7 @@ <children> <tagNode name="vti" owner="${vyos_conf_scripts_dir}/interfaces-vti.py"> <properties> - <help>Virtual Tunnel interface</help> + <help>Virtual Tunnel Interface (XFRM)</help> <priority>381</priority> <constraint> <regex>vti[0-9]+</regex> |