CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/21 06:59:31
Modified files: usr.sbin/ftp-proxy: filter.c ftp-proxy.8 Log message: If tagging is used use match rules instead of pass rules. This is needed so that later pass rules will not overwrite the nat-to/rdr-to settings. Because of this there must be an expilicit "pass .. tagged proxytag .." rule after the ftp-proxy anchor. OK henning@