]> git.puffer.fish Git - mirror/frr.git/commit
tools: Mark reload failure when no form cli fails
authorChirag Shah <chirag@nvidia.com>
Fri, 26 Feb 2021 16:31:07 +0000 (08:31 -0800)
committerChirag Shah <chirag@nvidia.com>
Mon, 8 Mar 2021 19:58:29 +0000 (11:58 -0800)
commitf26070fc07a279d3a616e8f2d5d05069625f6de5
tree49b431356c5f7c3c68a49cda5295629d3db478e7
parentf79d311b3e0ea744cad115978b10bad2661afea9
tools: Mark reload failure when no form cli fails

if no form of the cli fails to execute, mark frr-reload
as failure so return code can be nonzero.
The similar approach is done for non no-form (add case) of the cli.

Ticket:CM-33345
Reviewed By:CCR-11287
Testing Done:

Signed-off-by: Chirag Shah <chirag@nvidia.com>
tools/frr-reload.py