K 10 svn:author V 2 kp K 8 svn:date V 27 2018-07-14T10:14:59.264661Z K 7 svn:log V 350 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 MFC after: 1 week END