]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Remove knowledge of HAVE_TCP_ZEBRA from pim
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Jun 2017 00:11:06 +0000 (20:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
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>
pimd/pim_zebra.c

index b86b6839480ae759a1489d05ca1c3adb440846d6..8c0715101b75da17b9a5084e8942ca4bb16f3da9 100644 (file)
@@ -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);