wpantund icon indicating copy to clipboard operation
wpantund copied to clipboard

Why TUNSETLINK to ARPHRD_6LOWPAN

Open alexaring opened this issue 7 years ago • 0 comments

Hi,

do you have a good reason why setting the interface type to ARPHRD_6LOWPAN if defined? In case of Linux, do you use any feature which is provided by the in-kernel 6LoWPAN feature? @mcr and I currently try to solve some issues inside the kernel do deal with this tun feature and probably like to disallow to change to this type which ends in a -ENOTSUPP or something else.

https://github.com/openthread/wpantund/blob/86d29d67cba4f41269e10efe71335585e7dc216c/src/util/tunnel.c#L180-L186

Alex

alexaring avatar Jun 12 '18 13:06 alexaring