justincormack / ljsyscall

LuaJIT Unix syscall FFI

Home Page:http://www.myriabit.com/ljsyscall/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netlink neighbors code returns rtmsg instead of ndmsg

sileht opened this issue · comments

Hi,

When we use nl.*neigh methods we got the wrong data type (rtmsg instead of ndmsg) for the returned object, so many fields of the structure cannot be retrieved.

Regards,

Hmm, ok looks like one of the config tables is wrong...

I proposed this to fix it: #220

fixed via #220