From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 12 Aug 2010 14:48:48 +0200 From: Jiri Pirko Message-ID: <20100812124847.GD3115@psychotron.brq.redhat.com> References: <20100811144017.GA2625@psychotron.brq.redhat.com> <20100811120741.27e13248@s6510> <20100812111523.GC3115@psychotron.brq.redhat.com> <20100812083541.33d8759a@s6510> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100812083541.33d8759a@s6510> Subject: Re: [Bridge] [patch net-next-2.6] bridge: allow hub-like behaviour List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stephen Hemminger Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, davem@davemloft.net Thu, Aug 12, 2010 at 02:35:41PM CEST, shemminger@vyatta.com wrote: >On Thu, 12 Aug 2010 13:15:24 +0200 >Jiri Pirko wrote: > >> Wed, Aug 11, 2010 at 06:07:41PM CEST, shemminger@vyatta.com wrote: >> >NO. unnecessary >> > >> >Already possible, without patch. Just set the hold time >> >on the bridge to 0! >> >> Sorry, but could you please point me a sysfs node where should I do this >> setting? Unable to find this. >> >> Thanks. >> > >/sys/class/net/ethX/brport/hold_timer That's read-only: static BRPORT_ATTR(hold_timer, S_IRUGO, show_hold_timer, NULL);