From owner-cvs-all Fri Apr 19 4:40: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C88137B41D; Fri, 19 Apr 2002 04:39:55 -0700 (PDT) Received: (from suz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JBdtl04380; Fri, 19 Apr 2002 04:39:55 -0700 (PDT) (envelope-from suz) Message-Id: <200204191139.g3JBdtl04380@freefall.freebsd.org> From: SUZUKI Shinsuke Date: Fri, 19 Apr 2002 04:39:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtsold rtsol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2002/04/19 04:39:55 PDT Modified files: usr.sbin/rtsold rtsol.c Log: Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket destination. (Currently lack of their specification does not lead to any problem, because kernel does not check the consistency between actual address and its address family / length on raw socket. However kernel should always check their consistency and stop sending packets if there is a contradiction. Considering backward compatibility of programs, I just fixed rtsol now; I'd like to fix the kernel behavior later.) Reviewed by: ume MFC after: 3 days Revision Changes Path 1.5 +4 -2 src/usr.sbin/rtsold/rtsol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message