NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52290 CVS commit: src/sys/net/npf



The following reply was made to PR kern/52290; it has been noted by GNATS.

From: "Mindaugas Rasiukevicius" <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52290 CVS commit: src/sys/net/npf
Date: Sun, 10 Dec 2017 00:07:36 +0000

 Module Name:	src
 Committed By:	rmind
 Date:		Sun Dec 10 00:07:36 UTC 2017
 
 Modified Files:
 	src/sys/net/npf: npf_alg_icmp.c npf_bpf.c npf_conn.c npf_conn.h
 	    npf_ext_normalize.c
 
 Log Message:
 - npf_cop_table: handle non-IP packets in the ether (fixes PR/52290).
 - npfa_icmp_nat: do not recompute the checksum if no port translation.
 - npf_normalize (MSS clamping): fix the checksum handling on PFIL_OUT.
 - npflog: report the packet direction correctly.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.24 -r1.25 src/sys/net/npf/npf_alg_icmp.c
 cvs rdiff -u -r1.12 -r1.13 src/sys/net/npf/npf_bpf.c \
     src/sys/net/npf/npf_conn.h
 cvs rdiff -u -r1.23 -r1.24 src/sys/net/npf/npf_conn.c
 cvs rdiff -u -r1.5 -r1.6 src/sys/net/npf/npf_ext_normalize.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index