]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_router.c
zebra: Move multicast mode to being a property of the router
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Feb 2019 14:06:58 +0000 (09:06 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 29 May 2019 19:25:33 +0000 (15:25 -0400)
commit526052fb6df25b303a0f9792ac6731d88f0a0851
tree63d39f0c334544e8e5edfb84561d67560210a930
parentca6af440b9c83c4007f980e06bfde03be7527865
zebra: Move multicast mode to being a property of the router

The multicast mode enum was a global static in zebra_rib.c
it does not belong there, it belongs in zebra_router, moving.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_router.c
zebra/zebra_router.h