Commit c3cbca3d authored by Jamie Wilkinson's avatar Jamie Wilkinson
Browse files

put a forwarding drop in the right place

Forward chains should only DROP in the FORW_OUT, much the same way ACCEPT only accepts in the FORW_OUT chain, so that packets that get ACCEPTed in later blocks don't get DROPped early.

Thanks to Emmanuel for finding the bug and the test case.
parent 4ead5945
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment