diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-01 11:19:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-01 11:19:51 +0200 |
commit | 52289a9f63c4ea341e9117c847cd333eb22654eb (patch) | |
tree | 54b47f7e3d6d1e59e885a379630581c28d2fd059 | |
parent | d26669e1ffbf15abb6f410e8c724310c13160a3e (diff) | |
download | vyos-1x-52289a9f63c4ea341e9117c847cd333eb22654eb.tar.gz vyos-1x-52289a9f63c4ea341e9117c847cd333eb22654eb.zip |
xml: update interface help strings
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 2 | ||||
-rw-r--r-- | interface-definitions/interfaces-pseudo-ethernet.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 664914baa..9674cfc0e 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -4,7 +4,7 @@ <children> <tagNode name="pppoe" owner="${vyos_conf_scripts_dir}/interfaces-pppoe.py"> <properties> - <help>Point-to-Point Protocol over Ethernet (PPPoE)</help> + <help>Point-to-Point Protocol over Ethernet (PPPoE) Interface</help> <priority>322</priority> <constraint> <regex>pppoe[0-9]+</regex> diff --git a/interface-definitions/interfaces-pseudo-ethernet.xml.in b/interface-definitions/interfaces-pseudo-ethernet.xml.in index 6b62f4c61..53e6445fa 100644 --- a/interface-definitions/interfaces-pseudo-ethernet.xml.in +++ b/interface-definitions/interfaces-pseudo-ethernet.xml.in @@ -4,7 +4,7 @@ <children> <tagNode name="pseudo-ethernet" owner="${vyos_conf_scripts_dir}/interfaces-pseudo-ethernet.py"> <properties> - <help>Pseudo Ethernet</help> + <help>Pseudo Ethernet Interface (Macvlan)</help> <priority>321</priority> <constraint> <regex>peth[0-9]+</regex> |