From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 73A0037991 for ; Wed, 26 Jul 2023 16:20:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DCF7AC433CA; Wed, 26 Jul 2023 16:20:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690388421; bh=f8GfAKNcdP2tfJYZJtYrSIe0quoagXslNNwcsVpDmSA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=sXA/FQ4uSIwOENRhvci7BAR1k98ZsQa8BmS8hcofdhOpfDHydfmr8XTEHV1TVR07p ZhP9Dq8qEiCiNVeqdM7+oPRiw9Ixhr2nTjxxhWinMSweoFV5D7t8MwggbVGXwbNJ7X QAKApxELt0Ve7NeV6F8tLq2s+grmiMzhPonnt2icWNJr7RTTcDkvmrcwsIdwKfMPCW 22FW5rz9auqcpTzCEoq4ukNaHoWQywrT26WhkjrAfRT6zkZ/JHZ1KomCkJWwkPm4uM MT1EGY14XzG5LijShqQf5gvxVUsnGXLGeFLM2zRdgdb4yUJIGnspP2g/ffJKnLsJeR UvF1qSL5CFEgQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id C0244C691D7; Wed, 26 Jul 2023 16:20:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [iproute2,v2] bridge: link: allow filtering on bridge name From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169038842178.17276.11071716717126322071.git-patchwork-notify@kernel.org> Date: Wed, 26 Jul 2023 16:20:21 +0000 References: <20230726072507.4104996-1-nico.escande@gmail.com> In-Reply-To: <20230726072507.4104996-1-nico.escande@gmail.com> To: Nicolas Escande Cc: stephen@networkplumber.org, netdev@vger.kernel.org Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger : On Wed, 26 Jul 2023 09:25:07 +0200 you wrote: > When using 'brige link show' we can either dump all links enslaved to any bridge > (called without arg ) or display a single link (called with dev arg). > However there is no way to dummp all links of a single bridge. > > To do so, this adds new optional 'master XXX' arg to 'bridge link show' command. > usage: bridge link show master br0 > > [...] Here is the summary with links: - [iproute2,v2] bridge: link: allow filtering on bridge name https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=13a5d8fcb41b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html