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: knakahara
Date: Mon Aug 22 09:25:55 UTC 2022
Modified Files:
src/share/man/man7: sysctl.7
src/sys/netinet: icmp6.h
src/sys/netinet6: icmp6.c
Log Message:
Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 reflecting.
If we want to use path MTU discovery for icmp reflecting set
net.inet6.icmp6.reflect_pmtu=1. Default(=0) is the same as before, that is,
use IPV6_MINMTU.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/share/man/man7/sysctl.7
cvs rdiff -u -r1.57 -r1.58 src/sys/netinet/icmp6.h
cvs rdiff -u -r1.250 -r1.251 src/sys/netinet6/icmp6.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