Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-7] src/sys/netipsec
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