K 10 svn:author V 2 kp K 8 svn:date V 27 2018-07-21T07:00:21.766449Z K 7 svn:log V 346 MFC r336275: pf: Fix synproxy Synproxy was accidentally broken by r335569. The 'return (action)' must be executed for every non-PF_PASS result, but the error packet (TCP RST or ICMP error) should only be sent if the packet was dropped (i.e. PF_DROP) and the return flag is set. PR: 229477 Submitted by: Andre Albsmeier END