]> git.puffer.fish Git - matthieu/frr.git/commit
tools: On shutdown no need to flush from tools/frr.in script
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 1 Jun 2019 01:47:30 +0000 (21:47 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 1 Jun 2019 01:49:17 +0000 (21:49 -0400)
commit9ee2f5741ded52bef8ee20406257bdce56c5ea19
tree4d85943859bbd64fc31c9e336e0d49a6fca67fc6
parent32e4ce5fd522000e285dcda2da1038a4f49d731c
tools: On shutdown no need to flush from tools/frr.in script

Zebra already flushes routes on proper shutdown if you are not
using the -K option.  If you are using the -K option then you
do not want the tools/frr script to flush routes.

If zebra crashes and we restart then load up will either delete
the routes or leave them depending on the -K option.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tools/frr.in