]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Exit with first received error code when forking 13004/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 27 Feb 2023 23:28:59 +0000 (18:28 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 28 Mar 2023 14:10:33 +0000 (10:10 -0400)
commit172b231c0388e9e6b27f317ce86d315b1f8353bf
treefe60e33f4a0b1538a0e8faa5040f040f85096153
parentac768090270459cd032f5f325a8dffa27819c541
vtysh: Exit with first received error code when forking

vtysh -f forks.  Gather the return codes and report the first
failed return code.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
vtysh/vtysh_config.c