Attention is currently required from: pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31062 )
Change subject: Introduce netdev API ......................................................................
Patch Set 2: Code-Review+1
(2 comments)
File include/osmocom/core/netdev.h:
https://gerrit.osmocom.org/c/libosmocore/+/31062/comment/4b299be1_59cdbd99 PS2, Line 31: unsigned AFAICT, in the kernel, an ifindex is always of type "int", not "unsigned int".
File src/core/netdev.c:
https://gerrit.osmocom.org/c/libosmocore/+/31062/comment/2c65560c_668364bf PS2, 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?