]> git.proxmox.com Git - mirror_frr.git/commit
tools: print daemon start cmd, vtysh_b cmd
authorQuentin Young <qlyoung@nvidia.com>
Mon, 6 Dec 2021 04:06:16 +0000 (23:06 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 16:00:23 +0000 (12:00 -0400)
commit2469a37fd083349f658da735cf4011629f85d68b
treeb139e7d07c08c38fecd46529899e01d458c1cf4c
parent66edf9177211ecd66b6b040a726e1f52b2ca11f7
tools: print daemon start cmd, vtysh_b cmd

When starting a daemon, print the full command run by the init script to
start it. This gives more information and is especially helpful when
debugging wrap commands.

Also add some more logs to vtysh_b to print the command used there,
log when we exit early because frr.conf doesn't exist, and simplify the
code path for creating the command to use.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
tools/frrcommon.sh.in