Source-Changes archive

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

CVS commit: syssrc/sys/netinet



Module Name:    syssrc
Committed By:   kml
Date:           Tue Oct 30 06:41:12 UTC 2001

Modified Files:
        syssrc/sys/netinet: icmp_var.h in_proto.c ip_icmp.c ip_icmp.h

Log Message:
Add in support for timing out IPv4 routes added due to redirects,
as discussed in tech-net several weeks ago.  It turned out that
KAME had already added this functionality to the IPv6 stack, so
I followed their example in adding the sysctl variables
net.inet.icmp.rediraccept and net.inet.icmp.redirtimeout.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/netinet/icmp_var.h
cvs rdiff -r1.49 -r1.50 syssrc/sys/netinet/in_proto.c
cvs rdiff -r1.62 -r1.63 syssrc/sys/netinet/ip_icmp.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/netinet/ip_icmp.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