Mailing List Archive

quagga without zebra
Hi,

we are running quagga (1.2.1) as bgp daemon without zebra.
Because of not running a zebra daemon, bgpd can't connect
to the zebra daemon.
So we constantly get the error

bgpd[2312]: zclient_socket_un connect failure: 2

in the logs.

How can we get rid of this?


Stefan

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-users
Re: quagga without zebra [ In reply to ]
I'm been coding it out to try and stop
it from starting or attempting later...

Take a look at "lib/zclient.c"

If you code out all the thread_add_timer stuff in "lib/zclient.c"
that's the first part.
There's more going on of course, in "bgp_route.c" and "bgp_nht.c",
but that's a start...

John Kemp


On 3/17/17 3:31 AM, Stefan Brandl wrote:
> Hi,
>
> we are running quagga (1.2.1) as bgp daemon without zebra.
> Because of not running a zebra daemon, bgpd can't connect
> to the zebra daemon.
> So we constantly get the error
>
> bgpd[2312]: zclient_socket_un connect failure: 2
>
> in the logs.
>
> How can we get rid of this?
>
>
> Stefan
>
> _______________________________________________
> Quagga-users mailing list
> Quagga-users@lists.quagga.net
> https://lists.quagga.net/mailman/listinfo/quagga-users
>

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-users