Subject: CVS commit: src/dist/pf/libexec/ftp-proxy
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 11/12/2007 17:05:14
Module Name:	src
Committed By:	pavel
Date:		Mon Nov 12 17:05:14 UTC 2007

Modified Files:
	src/dist/pf/libexec/ftp-proxy: ipf.c

Log Message:
Do not use ntohs() on TCP ports passed to the NAT lookup ioctl, apparently
they are expected in network order. Makes the proxy in ipf mode actually
work (but tested only on NetBSD 3.0).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/pf/libexec/ftp-proxy/ipf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.