confd: add new interface type "etherlike"

Needed for devices that share a lot of properties with an ethernet
device but doesn't support "ethtool" and such. An example is TAP
interfaces.

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2024-02-05 18:01:30 +01:00
committed by Joachim Wiberg
parent 79ce152abb
commit 198be2a9c6
+7 -1
View File
@@ -40,7 +40,13 @@ module infix-if-type {
identity ethernet {
base infix-interface-type;
base ianaift:ethernetCsmacd;
description "Any Ethernet-like interfaces, regardless of speed, RFC 3635.";
description "Any Ethernet interfaces, regardless of speed, RFC 3635.";
reference "RFC 3635";
}
identity etherlike {
base infix-interface-type;
base ianaift:ilan;
description "Interface with properties resembling Ethernet";
reference "RFC 3635";
}
identity lag {