Vadim Fedorenko
Vadim Fedorenko
Made fork and added support for nftables https://github.com/junjunk/ipt-netflow/tree/nftables This is the first testing commit - no checks in configure Userspace patches will be a bit later
Well, I tried to leave compatibility with `iptables` untouched. Init function of module tries to register 2 different subsys - first with `xt_register_targets(ipt_netflow_reg, ARRAY_SIZE(ipt_netflow_reg))` as it was, and second one...
Also, it seems to me that better way to register `iptables`/`nftables` targets via module params