]> git.puffer.fish Git - mirror/frr.git/commit
tools: Cleanup shutdown 1980/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Mar 2018 18:52:55 +0000 (14:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Mar 2018 18:52:55 +0000 (14:52 -0400)
commitac654d7b9db6ba5b9ab933be44890e2136318405
tree943f4f75333a95aecab465753956623821161a99
parent615e608d76bd3e1acf1769c914142210ac88e3f7
tools: Cleanup shutdown

The shutdown code was sometimes taking 1 minute to run because
the ssd program was misbehaving after a make install.

This commit just removes the usage of ssd for shutdown
since we already have a pid file and we know that the
frr script cleans up the pid file as well.

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