]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: mdb: print source list when available
authorNikolay Aleksandrov <nikolay@nvidia.com>
Thu, 8 Oct 2020 13:50:23 +0000 (16:50 +0300)
committerDavid Ahern <dsahern@gmail.com>
Mon, 12 Oct 2020 02:07:45 +0000 (20:07 -0600)
commit2de81d1eff2a7f588541d567dd9536584aa939ed
treea8956179a704add037d55ac857da96689cb2d985
parent1d28c4804610f8fe0aa8afc47cc09c2496d4a31f
bridge: mdb: print source list when available

Print the mdb entry's source list when it's available if the user
requested to show details (-d). Each source has an associated timer
which controls if traffic should be forwarded to that S,G entry (if the
timer is non-zero traffic is forwarded, otherwise it's not).
Currently the source list is kernel controlled and can't be changed by
user-space.

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/mdb.c