Attention is currently required from: laforge.
2 comments:
File src/core/netdev.c:
this might be interpreted in a way that one can set/change the ifindex of the actual kernel network […]
I will improve the documentation.
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 s […]
0 seems to be an "unused"/"reserved" ifindex according to if_nametoindex return value. Also "ip l" shows no interface with ifindex=0.
I Will add an "#define IFINDEX_UNSET 0" in the header in case it's more descriptive.
To view, visit change 31062. To unsubscribe, or for help writing mail filters, visit settings.