]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Refactor code to be in better spots
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 May 2017 22:51:31 +0000 (18:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:35 +0000 (13:51 -0400)
commitc2cf4b0230faec3e0c478cb7ab14030a6ffe0593
treeecd191d414d3ad8101f3537af7d88d835c417f02
parent72ec4672899d4042c9f7dc2203b2e1771c90ac89
pimd: Refactor code to be in better spots

1) Create pim_instance.[ch] to allow us to handle the instance information there
2) Refactor some pim_rpf_ and some pim_rp commands into appropriate files and
appropriate includes.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/Makefile.am
pimd/pim_iface.c
pimd/pim_instance.c [new file with mode: 0644]
pimd/pim_instance.h [new file with mode: 0644]
pimd/pim_main.c
pimd/pim_rp.c
pimd/pim_rp.h
pimd/pim_rpf.c
pimd/pim_rpf.h
pimd/pimd.c
pimd/pimd.h