cvs commit: src/sys/netinet ip_fastfwd.c
Andre Oppermann
andre at FreeBSD.org
Mon Sep 13 10:01:54 PDT 2004
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
More information about the cvs-src
mailing list