Project

General

Profile

Bug #8954

Updated by Lukas Sismis 19 days ago

When specifying e.g. `accept:hook,pass`, the rule is parsed. Internally it tries to reuse the scope of the previous actions (hook), but pass only works on packets/flows scopes. 

 Also `pass` hook can be combined with incompatible primary hooks (drop/reject).

Back