summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-14 02:11:06 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-24 19:51:39 +0200
commit1f9666a1db14989cfbe0b2628a8935f7cb2a2929 (patch)
treee5c1f9e130b01bb85718da5a20b3d07b7b92e519 /pimd/pim_zebra.c
parentpimd: Ensure packet received on vrf interface is configured for pim (diff)
downloadfrr-1f9666a1db14989cfbe0b2628a8935f7cb2a2929.tar.xz
frr-1f9666a1db14989cfbe0b2628a8935f7cb2a2929.zip
pimd: Remove knowledge of HAVE_TCP_ZEBRA from pim
pim was the only routing daemon to have any knowledge of how zebra connects to each daemon. There is no need for this. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index b86b68394..8c0715101 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -721,15 +721,6 @@ void pim_zebra_init(void)
{
int i;
-#ifdef HAVE_TCP_ZEBRA
- zlog_notice(
- "zclient update contacting ZEBRA daemon at socket TCP %s,%d",
- "127.0.0.1", ZEBRA_PORT);
-#else
- zlog_notice("zclient update contacting ZEBRA daemon at socket UNIX %s",
- zclient_serv_path_get());
-#endif
-
/* Socket for receiving updates from Zebra daemon */
zclient = zclient_new(master);