You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance device index detection with sysfs-based approach
Improves network interface device index detection reliability by:
- Adding a primary method that reads device index directly from sysfs
- Maintaining the name-based parsing as a fallback mechanism
- Adding logging to indicate which method was used
This makes the interface detection more robust across different system configurations where sysfs information is available, reducing reliance on interface naming conventions.
0 commit comments