From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REk9K-0002cG-OU for garchives@archives.gentoo.org; Fri, 14 Oct 2011 15:58:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C0E21C10E; Fri, 14 Oct 2011 15:57:59 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id 5B8F421C064 for ; Fri, 14 Oct 2011 15:56:24 +0000 (UTC) Received: (qmail invoked by alias); 14 Oct 2011 15:56:23 -0000 Received: from g231014246.adsl.alicedsl.de (EHLO toxic.dbnet) [92.231.14.246] by mail.gmx.net (mp011) with SMTP; 14 Oct 2011 17:56:23 +0200 X-Authenticated: #351132 X-Provags-ID: V01U2FsdGVkX1+WqGRP8piWXMReMjLDAxWrnQDBlPy/TnlQbiV2U9 E0Fh5u29rXVZMg Date: Fri, 14 Oct 2011 17:56:21 +0200 From: Jonas de Buhr To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Set eth0 parameters via conf.d? Message-ID: <20111014175621.18fe52f7@toxic.dbnet> In-Reply-To: References: <20111014161024.0077e297@toxic.dbnet> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: b26cba4baa9c88e5880636f1e4cb6f91 Am Fri, 14 Oct 2011 21:39:15 +0700 schrieb Pandu Poluan : > On Oct 14, 2011 9:12 PM, "Jonas de Buhr" > wrote: > > > > Am Fri, 14 Oct 2011 19:31:57 +0700 > > schrieb Pandu Poluan : > > > > > Is it possible to set eth0 parameters (e.g., txqueuelen) > > > via /etc/conf.d/net ? > > > > yes, set: > > > > txqueuelen_eth0="1000" > > > > Ah , thanks! > > So, basically, any parameter settable using 'ip link set' can be > declared as _eth0? i'm not sure about that, give it a try ;) > I'm using openrc-0.9.3-r1 then the example file you should read should be located at /usr/share/doc/openrc-0.9.3-r1/net.example.bz2