]> git.proxmox.com Git - mirror_iproute2.git/commit
bridge: mdb: show igmpv3/mldv2 flags
authorNikolay Aleksandrov <nikolay@nvidia.com>
Thu, 8 Oct 2020 13:50:21 +0000 (16:50 +0300)
committerDavid Ahern <dsahern@gmail.com>
Mon, 12 Oct 2020 02:07:34 +0000 (20:07 -0600)
commite331677ea2bb85f45dcb8d589c512900a84c7374
tree7d26cf1210ef318cacc954e0b69671509138ffdc
parentf94e8b07498ab2d283b212535e868a801a55b445
bridge: mdb: show igmpv3/mldv2 flags

With IGMPv3/MLDv2 support we have 2 new flags:
 - added_by_star_ex: set when the S,G entry was automatically created
                     because of a *,G entry in EXCLUDE mode
 - blocked: set when traffic for the S,G entry for that port has to be
            blocked
Both flags are used only on the new S,G entries and are currently kernel
managed, i.e. similar to other flags which can't be set from user-space.

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