]> git.puffer.fish Git - mirror/frr.git/commit
Fix watchquagga to watch just one daemon
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Aug 2015 17:50:21 +0000 (10:50 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Aug 2015 17:50:21 +0000 (10:50 -0700)
commitc8434f3b350527ddf82a20c7a7a08f1bc34966c2
treea2564964bb7222bd909e62fac4c437cee309b172
parent0f69b58cb82b097b39b24598a55522c86cfb37e8
Fix watchquagga to watch just one daemon

Ticket: CM-6669
Reviewed by: CCR-3249
Testing: See Bug

I believe in the past it made no sense to have only 1 quagga daemon running(zebra),
since it would just handle interface configuration and static routes, both of which
would be better handled through the linux cli.

Now that we have added recursive static routes and the ability to handle static
mpls labels to zebra, there are use cases where zebra would be the only be running.

This change allows watchquagga to behave with this setup.
watchquagga/watchquagga.c