]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Newer kernels send data about mroute changes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 14 Sep 2018 21:54:11 +0000 (17:54 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 14 Sep 2018 21:54:11 +0000 (17:54 -0400)
commitc25e2f1ad1a0c28b3ffd32b1312d2a487d33f064
tree56aa178aaac4fd200263ba98a0c9b8023d7e1047
parent87b5d1b098d9803848f91f85ba02a1f3c92bc33b
zebra: Newer kernels send data about mroute changes

Newer linux kernels apparently send data down the netlink
bus for the creation of mroutes.  Add a bit of code
to notice this and to handle it appropriately( ie do
nothing at this point in time ) as that the correct
place to do this is in the pim socket in pimd.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c