What happens to a packet when its target is QUEUE on iptables/ip6tables and there is no application at userspace to handle that ?
Or what happens when I create a handle using ipq_create_handle() and the ipq_read() is not running yet ? The packet waits on a queue or it is discarded ?
PS: I know libipq was deprecated.