]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pimd.c
pimd: Remove pimg
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Dec 2018 14:23:36 +0000 (09:23 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Jan 2019 17:23:39 +0000 (12:23 -0500)
commit4dfe9ad26e3bac45674d36d1c79fb66759eb0060
treee3a3cbdfcf0e8c85930f65aed9cdfbb943422262
parent84f259891486ec5b36c2b6475a41dcd7cd87f6f4
pimd: Remove pimg

The pimg data structure is only used in one spot to send the default
vrf id to zebra upon startup.  Add the default vrf id to the struct pim_router
data structure and remove the pimg pointer.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_instance.c
pimd/pim_instance.h
pimd/pim_zebra.c
pimd/pimd.c