Actions
Bug #4668
closedNetworkMonitor: Cannot enable NETLINK_PKTINFO (Invalid argument)
Start date:
Due date:
% Done:
100%
Estimated time:
1.50 h
Description
Environment: Ubuntu on Windows 10 version 1703
nfd-start
gives error "Cannot enable NETLINK_PKTINFO (Invalid argument)" and NFD process quits.
NetworkMonitor API is designed to fallback gracefully.
If NETLINK_PKTINFO is unavailable from the kernel, it should not crash, but should have reduced functionality such as NetworkMonitorImplNoop
.
Updated by Davide Pesavento over 6 years ago
- Target version set to Unsupported
I'm not interested in adding workarounds for broken/incomplete netlink implementations on unsupported platforms. This is already the second time we hit a bug (or missing feature) in WSL's implementation of netlink.
NetworkMonitor API is designed to fallback gracefully.
Yes and no. The current "fallback" is decided at compile-time, not at run-time.
Updated by Davide Pesavento about 6 years ago
- Status changed from New to Code review
- Assignee set to Davide Pesavento
- % Done changed from 0 to 100
Updated by Davide Pesavento about 6 years ago
- Status changed from Code review to Closed
Actions