From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 5C89E3CB35 for ; Thu, 3 Jan 2019 13:13:12 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1546539161; bh=yMMpwdiJ8/wEYfnut7zedHpgBpV9OL9cVBurGdJBDWo=; h=From:To:Subject:In-Reply-To:References:Date:From; b=UBDlEdiYKJP0m+09fUnxYz2RgVxCjSf4oWsJOaaE/T2iTyp7UdqpVzhdnOPZ+3/xA usO8uBPXKKKSbf4jNl2ddgN5W6I5Rn9ItgPotvAetysBK0FCrKsCw0z9AoJrjp0JEq Ssaib6eodzaSeHFnSyzguuDh+hiUmzLoUFCiCNXvmQXY89zCxUvjtkzs3LRJN2kXVn r2QLr+Yq4dDS9FkIpLN3ulkdZZi5DFBKIumf+usBIOhDO1wBIe+qrgGCXvxpyyxXGo UF4TFS4qUsjQ2QYVdl6n9AB4QlyP/Y5xBh8TeNgrAwC4jFH55EoLD4OGWvGLiDAFSE c241860YvlR5g== To: Dev , bloat@lists.bufferbloat.net In-Reply-To: <9B37BCD5-9ADE-4E7D-8B5C-82830051831B@logicalwebhost.com> References: <9B37BCD5-9ADE-4E7D-8B5C-82830051831B@logicalwebhost.com> Date: Thu, 03 Jan 2019 19:12:35 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87d0pdy5ik.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Bloat] fq_codel on bridge multiple subnets? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 18:13:12 -0000 Dev writes: > I=E2=80=99m trying to create a bridge on eth1 and eth2, with a management > interface on eth0, then enable fq_codel on the bridge. My bridge > interface looks like: You'll probably want to put FQ-CoDel on the underlying physical interfaces, as those are the ones actually queueing the traffic... -Toke