commit | 1f298949bea9e58623eb81f245491dcdb1df8c59 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Aug 21 15:47:28 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:59 2015 +0100 |
tree | 43f99443889cd692a3f6c8adfc40328a868efb67 | |
parent | 7cb0d4a384b4964cc53b61549ffdef37fb0d76c5 [diff] [blame] |
pimd: -z command-line switch to specify zebra socket path.
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 474e7a2..d624c86 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h
@@ -26,7 +26,7 @@ #include "pim_igmp.h" #include "pim_ifchannel.h" -void pim_zebra_init(void); +void pim_zebra_init(char *zebra_sock_path); void pim_scan_oil(void);