From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LyKSxUlVMA95fPCFzLoOEQ63e1Qi+u1GuBh6ef/TJGg=; b=K5Txdhbci90g/30K8mIH4x9gZRVVcsRJlHL0y4BjYQ8X2UsnU8afyZtFaX07h4fK1T rJQhNVqjUIj9vgbee/PXGzr45P50YE8B3p+8B6pbzHv50ya7dkGDVik+6GVT581GBuJg VRLUsVMvhbwDhueWSWC50kLnCz3Pbd/46ZZuW1gf2uWEx1Gg1JYcoBxqFIt3vu7RRzjn vf+fiTh2BHdRksElcIdRfDbwS9doGE3utA1mJ3HRMwFsTnulZCaV34MAlpi6A02P08vA QiUGKpRZqMukH5ZFcZRwbMzmKIhQnbcJc9zMVkYvi4ssJl97SSm8/G4FLOQj76aViAHy IFow== Date: Sun, 16 Feb 2020 09:47:07 -0800 From: Stephen Hemminger Message-ID: <20200216094707.165f85bc@hermes.lan> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] Support for long interface names List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Waldvogel Cc: bridge@lists.linux-foundation.org On Mon, 10 Feb 2020 16:00:49 +0100 Marcel Waldvogel wrote: > Hi, > I've added support for long bridge interface names (such as"br- > 0081a64f416f") to "brctl show" (long physical interface names arenot a > problem there). > Please find a branch with the commit at > https://github.com/MarcelWaldvogel/bridge-utils/tree/long-ifnames > > -Marcel Thanks but I have no plans to add any new features to bridge-utils. Just like ifconfig, users should migrate to the new bridge command in iproute2.