Re: [PATCH 09/16] bsd: Added partial Linux NETLINK socket support

2018-08-13 Thread Nadav Har'El
Looks good. You say that "NETLINK is used to support IPv4/IPv6 LIBC getifaddrs(), if_nameindex().". But our implementations of these functions don't use netlink. Do you plan to change them (I guess I'll see it in a following patch)? Or just thinking of other software which uses these netlink socke

[PATCH 09/16] bsd: Added partial Linux NETLINK socket support

2018-08-06 Thread Charles Myers
Signed-off-by: Charles Myers --- Makefile | 1 + bsd/net.cc| 5 + bsd/sys/compat/linux/linux_netlink.cc | 904 ++ bsd/sys/compat/linux/linux_netlink.h | 175 +++ bsd/sys/compat/linux/linux_socket.cc