Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: christos
Date: Tue Mar 24 21:32:17 UTC 2026
Modified Files:
src/share/man/man7: sysctl.7
src/sys/net: nd.c nd.h
src/sys/netinet: icmp6.h
src/sys/netinet6: icmp6.c nd6.c
Log Message:
Add sysctl icmp6.nd6_gctimer to control the duration stale neighbors will be kept
for, before being garbage collected, in seconds. (Timo Buhrmester)
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/share/man/man7/sysctl.7
cvs rdiff -u -r1.8 -r1.9 src/sys/net/nd.c
cvs rdiff -u -r1.3 -r1.4 src/sys/net/nd.h
cvs rdiff -u -r1.61 -r1.62 src/sys/netinet/icmp6.h
cvs rdiff -u -r1.258 -r1.259 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.284 -r1.285 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