opensnitch/daemon/netfilter
Gustavo Iñiguez Goia b547067f61 close nfqueue descriptors gracefully
When the daemon is stopped, we need to close opened netfilter recurses.
Otherwise we can fall into a situation where we leave NFQUEUE queues
opened, which causes opensnitch to not run anymore until system restart
or a manual intervention, because there's a NFQUEUE queue already created
with the same ID.

This is what was happening as a collateral effect of #41.
2020-07-17 01:29:58 +02:00
..
packet.go fixed compiling for arm and i386 2020-04-11 00:23:27 +02:00
queue.c misc: small fix or general refactoring i did not bother commenting 2018-04-10 12:52:01 +02:00
queue.go close nfqueue descriptors gracefully 2020-07-17 01:29:58 +02:00
queue.h close nfqueue descriptors gracefully 2020-07-17 01:29:58 +02:00