CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2011/05/05 06:25:51
Modified files: libexec/tftp-proxy: filter.c filter.h tftp-proxy.8 tftp-proxy.c Log message: Switch tftp-proxy over to using divert-to. Based on a diff from oga@ with lots of help from claudio@. Earlier version was ok mikeb@ and looks good to markus@. Note: tftp-proxy rdr-to rules must be changed to use divert-to and must specify the address family. pass in quick on internal proto udp to port tftp rdr-to 127.0.0.1 port 6969 -changes to- pass in quick on internal inet proto udp to port tftp divert-to 127.0.0.1 port 6969