Is there anyway of getting NETLINK_NFLOG protocol to work in the 4.1.16 kernel? Basically, I am wondering if there's a way to get ulogd (the older version -- not ulogd2) to work on the above kernel. It looks like net/netlink/af_netlink.c has support for NETLINK_NFLOG but the socket call from ulogd fails with 'unsupported protocol'. h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_NFLOG); is the call that fails in libipulog.c. Thanks in advance!