From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 Aug 2013 15:54:43 -0700 (PDT) Message-Id: <20130813.155443.1789890841731289313.davem@davemloft.net> From: David Miller In-Reply-To: <52093E29.5010604@redhat.com> References: <52090C26.4090001@fiberby.net> <1376325009-8399-1-git-send-email-ast@fiberby.net> <52093E29.5010604@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH] rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: vyasevic@redhat.com Cc: stephen@networkplumber.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, ast@fiberby.net, linux-kernel@vger.kernel.org From: Vlad Yasevich Date: Mon, 12 Aug 2013 15:57:29 -0400 > On 08/12/2013 12:30 PM, Asbjoern Sloth Toennesen wrote: >> Fix the iproute2 command `bridge vlan show`, after switching from >> rtgenmsg to ifinfomsg. >> >> Signed-off-by: Asbjoern Sloth Toennesen > > > Thanks.. I've still been using an older iproute version and didn't > see this. > > > Reviewed-by: Vlad Yasevich What introduced this regression?