Received: with ECARTIS (v1.0.0; list netdev); Mon, 13 Sep 2004 13:23:35 -0700 (PDT) Received: from cheetah.davemloft.net (mail@adsl-63-197-226-105.dsl.snfc21.pacbell.net [63.197.226.105]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id i8DKNUT5003595 for ; Mon, 13 Sep 2004 13:23:30 -0700 Received: from localhost ([127.0.0.1] helo=cheetah.davemloft.net ident=davem) by cheetah.davemloft.net with smtp (Exim 3.36 #1 (Debian)) id 1C6xJx-0003hE-00; Mon, 13 Sep 2004 13:21:05 -0700 Date: Mon, 13 Sep 2004 13:21:05 -0700 From: "David S. Miller" To: yoshfuji@linux-ipv6.org Cc: herbert@gondor.apana.org.au, netdev@oss.sgi.com Subject: Re: [IPv6] Add option to copy DSCP in decap in ip6_tunnel Message-Id: <20040913132105.02730b01.davem@davemloft.net> In-Reply-To: <20040913.205504.46820949.yoshfuji@linux-ipv6.org> References: <20040913111943.GA26179@gondor.apana.org.au> <20040913.205504.46820949.yoshfuji@linux-ipv6.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; sparc-unknown-linux-gnu) X-Face: "_;p5u5aPsO,_Vsx"^v-pEq09'CU4&Dc1$fQExov$62l60cgCc%FnIwD=.UF^a>?5'9Kn[;433QFVV9M..2eN.@4ZWPGbdi<=?[:T>y?SD(R*-3It"Vj:)"dP Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id i8DKNUT5003595 X-archive-position: 8735 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@davemloft.net Precedence: bulk X-list: netdev Content-Length: 657 Lines: 15 On Mon, 13 Sep 2004 20:55:04 +0900 (JST) YOSHIFUJI Hideaki / 吉藤英明 wrote: > In article <20040913111943.GA26179@gondor.apana.org.au> (at Mon, 13 Sep 2004 21:19:43 +1000), Herbert Xu says: > > > Here is a patch that allows the copying of the DSCP during decapsulation > > for ip6_tunnel. I've made it a separate option from the one that > > determines the copying during encapsulation since the DSCP processing > > may be asymmetric. It also means that we preserve compatibility should > > anyone be relying on the current behaviour. > > I agree. Me too, patch applied. Thanks Herbert.