[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160302092303.338348a7@xeon-e3>
Date: Wed, 2 Mar 2016 09:23:03 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Nikolay Aleksandrov <razor@...ckwall.org>
Cc: netdev@...r.kernel.org, roopa@...ulusnetworks.com,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Subject: Re: [PATCH iproute2 net-next] bridge: mdb: add user-space support
for extended attributes
On Mon, 22 Feb 2016 15:00:21 +0100
Nikolay Aleksandrov <razor@...ckwall.org> wrote:
> From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
>
> Recently support was added to the kernel to be able to add more per-mdb
> entry attributes via standard netlink attributes of type MDBA_MDB_EATTR_.
> This patch adds support to iproute2 to parse and output these
> attributes. The first exported attribute is the mdb "timer" value which
> is shown only when the "-d" iproute2 arg is used.
>
> Example:
> $ bridge -d mdb show
> dev br0 port eth1 grp 239.0.0.11 permanent 0.00
> dev br0 port eth2 grp 239.0.0.11 permanent 0.00
> dev br0 port eth1 grp 239.0.0.10 temp 244.38
> dev br0 port eth1 grp 239.0.0.1 temp 245.41
> dev br0 port eth1 grp 239.0.0.5 temp 246.43
> dev br0 port eth2 grp 239.0.0.5 temp 248.48
> dev br0 port eth1 grp 239.0.0.2 temp 245.41
>
> Signed-off-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Applied.
Powered by blists - more mailing lists