NetBSD-Bugs archive

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

PR/50905 CVS commit: [netbsd-7] src/sys/netipsec



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50905 CVS commit: [netbsd-7] src/sys/netipsec
Date: Sun, 13 Mar 2016 11:59:23 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Mar 13 11:59:23 UTC 2016
 
 Modified Files:
 	src/sys/netipsec [netbsd-7]: key.c key_debug.h
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #1136):
 	sys/netipsec/key.c: revision 1.92-1.97
 	sys/netipsec/key_debug.h: revision 1.7
 
 Add more debugging, no functional change.
 
 Gather more information from mbuf.
 
 Fix port matching; we need to ignore ports when they are 0 not only in
 the second saidx but the first one too. Fixes NAT-T issue with NetBSD
 being the host behind NAT.
 
 Kill stray &
 
 Simplify the port comparison code further.
 PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.91 -r1.91.2.1 src/sys/netipsec/key.c
 cvs rdiff -u -r1.6 -r1.6.30.1 src/sys/netipsec/key_debug.h
 
 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