CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2011/04/27 18:17:28
Modified files: usr.sbin/ftp-proxy: filter.c filter.h ftp-proxy.8 ftp-proxy.c Log message: switch ftp-proxy over to divert-to instead of rdr-to. this avoids an expensive state lookup (via natlook ioctl) and shrinks the code. tested by me and sthen, ok reyk sthen