]> git.proxmox.com Git - mirror_frr.git/commit
zebra: correctly ignore multicast nl msgs
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Jul 2022 09:19:05 +0000 (11:19 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Jul 2022 09:19:05 +0000 (11:19 +0200)
commitafeb8524e296cc765ff11e28de126c342ac7852b
treecee3ac2f87dcd52451c4c97d8752a1936e819224
parent5adddad38f7716d7d118204b3ac39f5b18040305
zebra: correctly ignore multicast nl msgs

zebra does not care about _notifications_ from the kernel regarding
multicast routing;  we only use the MR netlink API to request stats from
the kernel by actively sending a RTM_GETROUTE.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/rt_netlink.c