Date: Sun, 9 Dec 2007 15:35:09 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200712091535.lB9FZ9g6030279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2007-12-09 15:35:09 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: If we are walking the IPv6 header chain and we hit an IPPROTO_NONE header, then don't try to pullup anything, because there is no next header if we hit IPPROTO_NONE. Set ulp to a non-NULL value so the search for an upper layer header terinates. This is based on Pekka's diagnosis, but I chose a simpler fix. PR: 115261 Submitted by: Pekka Savola <pekkas@netcore.fi> Reviewed by: mlaier MFC after: 2 weeks Revision Changes Path 1.179 +6 -3 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712091535.lB9FZ9g6030279>