diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-18 18:51:31 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:35 -0400 |
| commit | c2cf4b0230faec3e0c478cb7ab14030a6ffe0593 (patch) | |
| tree | ecd191d414d3ad8101f3537af7d88d835c417f02 /pimd/pim_main.c | |
| parent | 72ec4672899d4042c9f7dc2203b2e1771c90ac89 (diff) | |
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>
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index b8e6d8ad3d..a62406546e 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -40,6 +40,7 @@ #include "libfrr.h" #include "pimd.h" +#include "pim_instance.h" #include "pim_version.h" #include "pim_signals.h" #include "pim_zebra.h" |
