]> git.proxmox.com Git - mirror_frr.git/commit
tools: Set correct directory of vtysh for frr-reload.py
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 23 Mar 2023 18:55:14 +0000 (20:55 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 24 Mar 2023 17:38:46 +0000 (19:38 +0200)
commitc9bdc0c79e0c2a27af94349eb5010175205ee7fb
tree52be015cc92774b9fa3489f784c45b7e4de03cd1
parent6927446645221898256a6ec37653bb31a301db72
tools: Set correct directory of vtysh for frr-reload.py

Before it was setting SDIR, which is /usr/lib/frr, but the vtysh binary is put
under bindir (which is /usr/local by default). And running `/usr/lib/frr/frr reload`
failed.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
configure.ac
tools/frr.in
tools/frrcommon.sh.in
tools/frrinit.sh.in