Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: knakahara
Date: Thu Apr 11 07:34:37 UTC 2024
Modified Files:
src/sys/netinet: sctp_asconf.c
src/sys/netinet6: in6_ifattach.c nd6.c
Log Message:
Fix invalid IPv6 route when ipsecif(4) is deleted tunnel. Pointed out by ohishi@IIJ.
The pointed bug is fixed by modification in nd6_need_cache().
Others are similar bugs.
XXX pullup-9, 10
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctp_asconf.c
cvs rdiff -u -r1.121 -r1.122 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.281 -r1.282 src/sys/netinet6/nd6.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