Your message dated Sat, 27 Jul 2013 18:37:39 +0200
with message-id <[email protected]>
and subject line Re: Bug#709060: quagga stop daemon
has caused the Debian Bug report #709060,
regarding quagga stop daemon
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
709060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: quagga
Version: 0.99.21-4+wheezy1

while trying to restart ony one daemon ( /etc/init.d/quagga restart ospf6d
) , script /etc/init.d/quagga flush all routes from quagga :

root@ebgp2~# /etc/init.d/quagga restart ospf6d
Stopping Quagga daemons (prio:0): (waiting) .. ospf6d.
Removing all routes made by zebra.

it is not a good idea , because after this daemon restarts routing table
remains empty

--- End Message ---
--- Begin Message ---
fixed 709060 0.99.22.1-1
stop

Hello

Can't reproduce it with 0.99.22.1, probably your version had not yet
the following check in the initscript which issues the flush command
only if the "zebra" daemon or all daemons are stopped/restarted:

        if [ -z "$2" -o "$2" = "zebra" ]; then
          echo "Removing all routes made by zebra."
          ip route flush proto zebra
        fi

bye,

-christian-

On Mon, 20 May 2013 20:55:27 +0600
Anatoliy Kushner <[email protected]> wrote:

> Package: quagga
> Version: 0.99.21-4+wheezy1
> 
> while trying to restart ony one daemon ( /etc/init.d/quagga restart
> ospf6d ) , script /etc/init.d/quagga flush all routes from quagga :
> 
> root@ebgp2~# /etc/init.d/quagga restart ospf6d
> Stopping Quagga daemons (prio:0): (waiting) .. ospf6d.
> Removing all routes made by zebra.
> 
> it is not a good idea , because after this daemon restarts routing
> table remains empty

--- End Message ---

Reply via email to