[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180223112857.58a36d32@xeon-e3>
Date: Fri, 23 Feb 2018 11:28:57 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Donald Sharp <sharpd@...ulusnetworks.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2] ip: Properly display AF_BRIDGE address
information for neighbor events
On Fri, 23 Feb 2018 14:10:09 -0500
Donald Sharp <sharpd@...ulusnetworks.com> wrote:
> The vxlan driver when a neighbor add/delete event occurs sends
> NDA_DST filled with a union:
>
> union vxlan_addr {
> struct sockaddr_in sin;
> struct sockaddr_in6 sin6;
> struct sockaddr sa;
> };
>
> This eventually calls rt_addr_n2a_r which had no handler for the
> AF_BRIDGE family and "???" was being printed.
>
> Add code to properly display this data when requested.
>
> Signed-off-by: Donald Sharp <sharpd@...ulusnetworks.com>
I did some minor changes to the patch and applied it.
(need space after switch, and can don't need local variable family).
Thanks.
Powered by blists - more mailing lists