Closed davidkirchner closed 1 month ago
This PR introduces an interface type for SocketCAN interfaces.
Currently, SocketCAN interfaces are identified with if_type=Unknown. With this change, they will be correctly recognized as if_type=Can.
if_type=Unknown
if_type=Can
Just confirmed. Thank you!
This PR introduces an interface type for SocketCAN interfaces.
Currently, SocketCAN interfaces are identified with
if_type=Unknown
. With this change, they will be correctly recognized asif_type=Can
.