mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 15:47:22 +00:00
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>
This commit is contained in:
parent
a5b6bd2be3
commit
1f9666a1db
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user