Attention is currently required from: pespin.
2 comments:
File src/core/netdev.c:
You could actually have the ifdef here and log/return -ENOTSUP. Then there's no message about bringing an interface up/down that we know is wrong.
Patch Set #1, Line 855: LOGNETDEV(netdev, LOGL_NOTICE, "%s: NOT SUPPORTED. Build libosmocore with --enable-libmnl.\n", __func__);
I'm torn whether these should actually abort the program. This should at least be LOGL_ERROR, though.
Same on the other hunks
To view, visit change 31071. To unsubscribe, or for help writing mail filters, visit settings.