Date: Wed, 4 Aug 2004 15:17:08 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_pptp.c alias_skinny.c Message-ID: <200408041517.i74FH8e9028150@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2004-08-04 15:17:08 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libalias alias_pptp.c alias_skinny.c Log: Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next functions. Basically, the ip_next() function was used to get the PPTP and Skinny headers when tcp_next() should have been used instead. Symptoms of this included a segfault in natd when trying to process a PPTP or Skinny packet. Approved by: des Revision Changes Path 1.12 +1 -1 src/lib/libalias/alias_pptp.c 1.7 +1 -1 src/lib/libalias/alias_skinny.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408041517.i74FH8e9028150>