]> git.puffer.fish Git - mirror/frr.git/commit
tools/frr: make frr reload error message clearer on missing frr-reload.py 2769/head
authorArthur Jones <arthur.jones@riverbed.com>
Wed, 1 Aug 2018 16:22:52 +0000 (09:22 -0700)
committerArthur Jones <arthur.jones@riverbed.com>
Wed, 1 Aug 2018 16:23:55 +0000 (09:23 -0700)
commit8b5f787e8ea763d826e42ae007bdb48bece764ac
tree210fc614405f1b9b4c00695db9f483fb6a8e123b
parent037f162fe9005d655c9f73cbaff37dea7ee560fa
tools/frr: make frr reload error message clearer on missing frr-reload.py

Only frr-reload.py pulls in a python depenedency for frr, we can
reduce the size of the base frr package by a lot if we separate
out frr-pythontools.  When we do this, we get a somewhat cryptic
error message when frr-reload.py is missing on frr reload.

Here, we pull the error message from frr-reload script, which is
much clearer.

Testing done:

frr reload both with and without the frr-reload.py script, see
the frr-reload message when missing and it runs frr-reload.py when
not missing.

Signed-off-by: Arthur Jones <arthur.jones@riverbed.com>
tools/frr