]> git.puffer.fish Git - matthieu/frr.git/commit
tools: fix frr-reload interface desc cmd
authorChirag Shah <chirag@nvidia.com>
Wed, 29 Nov 2023 02:54:14 +0000 (18:54 -0800)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 29 Nov 2023 07:53:05 +0000 (07:53 +0000)
commit2e7a9052f4d72bbb0739955c757decebdab073a2
tree241f15ee66dfd8feeb3e9b6d0d0b8003342f5a56
parent5cd29814fa96cc8082facccea6a47a9605b294f5
tools: fix frr-reload interface desc cmd

Fix frr-reload script to only render 'no description'
rather than 'no description blah'

Ticket:#3628756
Testing Done:

Before:
2023-11-29 02:38:55,758  INFO: Failed to execute interface hostbond_1
no description hostbond_1_to_host exit
2023-11-29 02:38:55,758 ERROR: "interface hostbond_1 --  no description
hostbond_1_to_host -- exit" we failed to remove this command
2023-11-29 02:38:55,758 ERROR: % Unknown command:  no description
hostbond_1_to_host

Signed-off-by: Chirag Shah <chirag@nvidia.com>
(cherry picked from commit 00b96f70df4bfa40b0676b180b01df49d7546e33)
tools/frr-reload.py