From owner-p4-projects@FreeBSD.ORG Fri Feb 19 01:27:03 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E246A1065676; Fri, 19 Feb 2010 01:27:02 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6CAB106566C for ; Fri, 19 Feb 2010 01:27:02 +0000 (UTC) (envelope-from anchie@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94B708FC13 for ; Fri, 19 Feb 2010 01:27:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1J1R2DO009045 for ; Fri, 19 Feb 2010 01:27:02 GMT (envelope-from anchie@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1J1R2I0009043 for perforce@freebsd.org; Fri, 19 Feb 2010 01:27:02 GMT (envelope-from anchie@FreeBSD.org) Date: Fri, 19 Feb 2010 01:27:02 GMT Message-Id: <201002190127.o1J1R2I0009043@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to anchie@FreeBSD.org using -f From: Ana Kukec To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 174843 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 01:27:03 -0000 http://p4web.freebsd.org/chv.cgi?CH=174843 Change 174843 by anchie@anchie_malimis on 2010/02/19 01:26:54 This check is not compliant with SEND spec (rfc3971) and introduces interoperability problems between the router and the host in some scenarios. Affected files ... .. //depot/projects/soc2009/anchie_send/send_0.2/sendd/proto.c#11 edit Differences ... ==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/proto.c#11 (text+ko) ==== @@ -576,10 +576,12 @@ pi->cga = &pi->iph->ip6_src; break; case ND_ROUTER_ADVERT: +#if 0 if (!IN6_IS_ADDR_LINKLOCAL(&pi->iph->ip6_src)) { DBG(&dbg_snd, "RA src addr is not link local"); return (0); } +#endif if (!sbuff_pull(pi->b, sizeof (struct nd_router_advert))) { DBG(&dbg_snd, "pkt too small (RA)"); return (0);