Attention is currently required from: pespin.
Patch set 2:Code-Review +1
2 comments:
File include/osmocom/core/netdev.h:
Patch Set #2, Line 31: unsigned
AFAICT, in the kernel, an ifindex is always of type "int", not "unsigned int".
File src/core/netdev.c:
Patch Set #2, Line 720: unsigned
if we used a signed int for ifindex, we could return a negative error value here if no ifindex was set yet?
To view, visit change 31062. To unsubscribe, or for help writing mail filters, visit settings.