Date: Mon, 13 Sep 2004 17:01:53 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fastfwd.c Message-ID: <200409131701.i8DH1rds076962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2004-09-13 17:01:53 UTC FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Fix ip_input() fallback for the destination modified cases (from the packet filters). After the ipfw to pfil move ip_input() expects M_FASTFWD_OURS tagged packets to have ip_len and ip_off in host byte order instead of network byte order. PR: kern/71652 Submitted by: mlaier (patch) Revision Changes Path 1.20 +4 -6 src/sys/netinet/ip_fastfwd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409131701.i8DH1rds076962>