Date: Thu, 17 May 2007 21:20:24 +0000 (UTC) From: JINMEI Tatuya <jinmei@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c Message-ID: <200705172120.l4HLKRTQ098443@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jinmei 2007-05-17 21:20:24 UTC FreeBSD src repository Modified files: sys/netinet icmp6.h sys/netinet6 icmp6.c in6_proto.c Log: - Disabled responding to NI queries from a global address by default as specified in RFC4620. A new flag for icmp6_nodeinfo was added to enable the feature. - Also cleaned up the code so that the semantics of the icmp6_nodeinfo flags is clearer (i.e., defined specific macro names instead of using hard-coded values). Approved by: gnn (mentor) MFC after: 1 week Revision Changes Path 1.21 +5 -0 src/sys/netinet/icmp6.h 1.76 +28 -6 src/sys/netinet6/icmp6.c 1.43 +2 -1 src/sys/netinet6/in6_proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705172120.l4HLKRTQ098443>