]> git.puffer.fish Git - mirror/frr.git/commit
tools: fix frr-reload.py daemon option 6581/head
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 15 Jun 2020 12:44:05 +0000 (14:44 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 15 Jun 2020 12:58:22 +0000 (14:58 +0200)
commit7e7fedcb40f12d25c51ac29fd2a387936e0bef7c
tree5a96bc3f570095700b8c774d5eb377924bd60c9e
parent1a5fc72066daf409d7470d4c4c34d979efd94ca0
tools: fix frr-reload.py daemon option

the refactored frr-reload.py is adding 'no-header' to the
'show running' command of vtysh, but if a daemon is specified
the no-header option should only be added after the daemon name.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
tools/frr-reload.py