iproute2/bridge
Nikolay Aleksandrov 05d4f64d4a bridge: mdb: add user-space support for extended attributes
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 "-s" iproute2 arg is used.

Example:
$ bridge -s mdb show
dev br0 port eth1 grp 239.0.0.11 permanent   0.00
dev br0 port eth1 grp 239.0.0.10 temp 244.15
dev br0 port eth1 grp 239.0.0.1 temp 245.21
dev br0 port eth1 grp 239.0.0.5 temp 246.43
dev br0 port eth2 grp 239.0.0.5 temp 248.44
dev br0 port eth1 grp 239.0.0.2 temp 245.32

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
2016-03-02 09:31:46 -08:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
Makefile bridge: Allow to easy change network namespace 2014-12-27 10:22:32 -08:00
br_common.h bridge: mdb: add user-space support for extended attributes 2016-03-02 09:31:46 -08:00
bridge.c bridge: add batch command support 2015-10-12 09:24:15 -07:00
fdb.c bridge: add support for dynamic fdb entries 2016-02-21 12:00:41 -08:00
link.c libnetlink: add size argument to rtnl_talk 2015-05-27 13:00:21 -07:00
mdb.c bridge: mdb: add user-space support for extended attributes 2016-03-02 09:31:46 -08:00
monitor.c libnetlink: introduce rtnl_listen_filter_t 2015-05-21 15:28:56 -07:00
vlan.c libnetlink: add size argument to rtnl_talk 2015-05-27 13:00:21 -07:00