shellrow / netdev

Cross-platform library for network interface and gateway. Written in Rust.
MIT License
66 stars 13 forks source link

Added interface type for socketCAN #86

Closed davidkirchner closed 1 month ago

davidkirchner commented 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.

shellrow commented 1 month ago

Just confirmed. Thank you!