]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: fork() on boot
authorQuentin Young <qlyoung@nvidia.com>
Tue, 14 Sep 2021 17:14:25 +0000 (13:14 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 28 Mar 2023 14:10:33 +0000 (10:10 -0400)
commitf887c00ad48cf1d125b3bfed884e96d0a0125d93
tree2d1d9ab1286084f2d0367d863ed8de8979a08baf
parent328b64fcb51c5f4a3f4ff9effc824f34d2d24cad
vtysh: fork() on boot

When using -b flag to apply config to all running daemons, fork a copy
of vtysh for each daemon we need to configure instead of doing them one
at a time. This is about N times faster when you have N daemons.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
mergeme
doc/manpages/vtysh.rst
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_main.c