diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-12 13:17:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 09:36:35 +0200 |
commit | c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a (patch) | |
tree | 7852a72bb7e7412bcec63371dc8461f1cc6556ed /interface-definitions/interfaces-ethernet.xml.in | |
parent | c88d8999873db638aa2c05d479502cedd1afd142 (diff) | |
download | vyos-1x-c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a.tar.gz vyos-1x-c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a.zip |
wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree
Diffstat (limited to 'interface-definitions/interfaces-ethernet.xml.in')
-rw-r--r-- | interface-definitions/interfaces-ethernet.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/interfaces-ethernet.xml.in b/interface-definitions/interfaces-ethernet.xml.in index fff8db2d1..942f88d0a 100644 --- a/interface-definitions/interfaces-ethernet.xml.in +++ b/interface-definitions/interfaces-ethernet.xml.in @@ -9,14 +9,14 @@ <properties> <help>Ethernet Interface</help> <priority>318</priority> - <constraint> - <regex>^((eth|lan)[0-9]+|(eno|ens|enp|enx).+)$</regex> - </constraint> - <constraintErrorMessage>Invalid Ethernet interface name</constraintErrorMessage> <valueHelp> <format>ethN</format> <description>Ethernet interface name</description> </valueHelp> + <constraint> + <regex>^((eth|lan)[0-9]+|(eno|ens|enp|enx).+)$</regex> + </constraint> + <constraintErrorMessage>Invalid Ethernet interface name</constraintErrorMessage> </properties> <children> #include <include/interface/address-ipv4-ipv6-dhcp.xml.i> |