Actions
Bug #769
closedBe sure to always apply verdict to NFQ packet
Affected Versions:
Effort:
Difficulty:
Label:
Description
It seems that in some cases, it is possible that Suricata do not verdict a Packet. This is for example the case when the propagation to the other module fails. This could result in some packets getting stuck inside Netfilter queue on kernel side.
We should investigate more deeply into this to be sure we always verdict Packet.
Updated by Victor Julien over 11 years ago
- Target version changed from 1.4.1 to 2.0beta1
Updated by Eric Leblond over 11 years ago
- % Done changed from 0 to 90
Implemented by https://github.com/inliniac/suricata/pull/394.
It is hard to test, I've done it by changing NFQSetVerdict code to get out of without verdict for one given id. The test was successful.
Updated by Victor Julien over 11 years ago
- Status changed from New to Closed
Actions