Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Sun Jan  2 16:31:19 UTC 2000

Modified Files:
        basesrc/lib/libc/gen: sysctl.3
        basesrc/usr.sbin/sysctl: sysctl.8
        syssrc/sys/netinet6: icmp6.c icmp6.h in6_proto.c

Log Message:
add net.inet6.icmp6.nodeinfo sysctl.
this allows you to disable/enable ICMPv6 node information query/reply
processing (which tells remote end the gethostname(3) setting, interface
addresses on the node, and some other things - documented in
draft-ietf-ipngwg-icmp-name-lookup* or something alike).

to test it, try ping6 -w ::1 with nodeinfo=0 and nodeinfo=1.
(sync with kame change)


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 basesrc/lib/libc/gen/sysctl.3
cvs rdiff -r1.34 -r1.35 basesrc/usr.sbin/sysctl/sysctl.8
cvs rdiff -r1.13 -r1.14 syssrc/sys/netinet6/icmp6.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/netinet6/icmp6.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/in6_proto.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