Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Dec 2002 21:55:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Dec 2002 21:55:08 -0500 Received: from rth.ninka.net ([216.101.162.244]:59368 "EHLO rth.ninka.net") by vger.kernel.org with ESMTP id ; Mon, 9 Dec 2002 21:55:07 -0500 Subject: Re: [PATCH 2.4] IP: disable ECN support by default - Config option From: "David S. Miller" To: Marc-Christian Petersen Cc: linux-kernel@vger.kernel.org, Marcelo Tosatti In-Reply-To: <200212100316.59910.m.c.p@wolk-project.de> References: <200212100316.59910.m.c.p@wolk-project.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 09 Dec 2002 19:28:21 -0800 Message-Id: <1039490901.18047.1.camel@rth.ninka.net> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 603 Lines: 18 CONFIG_INET_ECN does exactly what you want. If you turn it on, ECN is on by default. If you turn it off, ECN is off by default. The ECN support itself, is always compiled into the kernel. CONFIG_INET_ECN only determines the initial setting of the ecn sysctl. Your patch adds zero functionality and only serves to make the cofiguration more complicated. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/