Date: Mon, 10 Sep 2007 19:38:58 +0200 From: Michal Mertl <mime@traveller.cz> To: freebsd-current <freebsd-current@freebsd.org> Subject: PF NAT regression Message-ID: <1189445938.1321.5.camel@genius.i.cz>
next in thread | raw e-mail | index | archive | help
Hello, I have recently upgraded 6.2-STABLE based router to -CURRENT kernel and I found out the following in /etc/pf.conf does not work anymore: ext_if="sis0" nat on $ext_if from ! ($ext_if) to any -> ($ext_if) It works again when I change it to: nat on $ext_if from any to any -> ($ext_if) Michal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1189445938.1321.5.camel>