Awesome module. Thanks for developing it.
But there is one thing that's annoying me - module options loading.
Is it possible to specify these options (like destination, etc.) right in iptables like /sbin/iptables -A FORWARD -j NETFLOW --to-destination 127.0.0.1:2055 (for example)?
It might be useful if i want to send two or more netflows to different netflow-collectors (for different traffic classes). Now i can't do it because of impossibility to load two ipt_NETFLOW.ko simultaneously.
This would require too much code modification to convince me.