From owner-svn-src-all@FreeBSD.ORG Tue Sep 16 00:00:23 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F709313; Tue, 16 Sep 2014 00:00:23 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73B5D31E; Tue, 16 Sep 2014 00:00:22 +0000 (UTC) Received: from [10.0.1.3] (unknown [73.162.13.215]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NBY00L07W0B2250@st11p02mm-asmtp002.mac.com>; Tue, 16 Sep 2014 00:00:14 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-09-16_01:2014-09-15,2014-09-15,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1409150204 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.0 \(1973.6\)) Subject: Re: svn commit: r271297 - head/sys/netinet From: Rui Paulo In-reply-to: <201409090310.s893ALba076415@svn.freebsd.org> Date: Mon, 15 Sep 2014 17:00:11 -0700 Content-transfer-encoding: quoted-printable Message-id: References: <201409090310.s893ALba076415@svn.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1973.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 00:00:23 -0000 On Sep 8, 2014, at 20:10, Adrian Chadd wrote: >=20 > The IPv6 part of this is missing - I'm going to do some re-juggling = of > where various parts of the RSS framework live before I add the IPv6 > code (read: the IPv6 code is going to go into netinet6/in6_rss.[ch], > rather than living here.) Any thoughts on how are you going to handle the IPv6 part? I would = probably avoid parsing any special IPv6 header type and provide RSS iff = the packet is IPv6 header + next header =3D (TCP|UDP). -- Rui Paulo