]> git.proxmox.com Git - mirror_frr.git/commit - tools/frr-reload.py
'service quagga reload' should not dump so much output to the log file.
authorDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 17 Sep 2015 14:24:21 +0000 (07:24 -0700)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 17 Sep 2015 14:24:21 +0000 (07:24 -0700)
commitc50aceeeee3944f6c229b08e31e2354d037a3ab1
tree052ec0276cca406417ec4460db405c180de50068
parent9246e792aa6d55a1dbc99a8b6d1be46dee51093c
'service quagga reload' should not dump so much output to the log file.
It should also check that quagga is running before attempting to do
any work.

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-7486
Reviewed By: Donald Sharp
Testing Done:

Verified that 'service quagga reload' exits cleanly if quagga is not
running.  Also verified that it produces a minimal amount of log output
by default.  The user can enable --debug in /etc/init.d/quagga if they
would like to enable debug output.
tools/quagga-reload.py