On 02/04/2013 0:13, Ty Sarna wrote:
The following short patch implements SIOCGIFINDEX as found on Linux (and maybe elsewhere), which translates an interface name to its index.
The following short patch implements SIOCGIFINDEX as found on Linux
Is there a reason why you cannot use if_nametoindex(3)? Thanks Roy