christos
35a75baff6
PR/28418: Do not drop packets for which we cannot add state, because adding
state is not applicable. The fix just reverts the new code that blocked packets where fr_addstate() fails. This is not correct in all cases, but blocking them is a bit drastic and breaks existing functionality. The proper fix is to change fr_addstate() to return: - state added - adding state failed - adding state is not applicable and then filter packets only in the second case. I am leaving this for someone else.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%