mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
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:
committed by
Joachim Wiberg
parent
79ce152abb
commit
198be2a9c6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user