]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: use fork() workflow for -f too
authorQuentin Young <qlyoung@nvidia.com>
Fri, 19 Nov 2021 21:03:02 +0000 (16:03 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 28 Mar 2023 14:10:33 +0000 (10:10 -0400)
commitac768090270459cd032f5f325a8dffa27819c541
tree9e4dbf2276fffe4b4a4ae690ee85cb572af964a3
parent449f66552fd85277f9fa8724ae9c26e652ded7e0
vtysh: use fork() workflow for -f too

It was being used for -b only; we should be able to use it for -f as
well.

This also merges the codepaths for -b and -f since they have no real
functional difference.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_config.c
vtysh/vtysh_main.c