]> git.puffer.fish Git - matthieu/frr.git/commit
lib: use shared candidate between vty and mgmtd client
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Jan 2024 20:59:07 +0000 (22:59 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Sun, 28 Jan 2024 21:28:40 +0000 (23:28 +0200)
commit05948a4d98f587a0ce2cb7f22421ef9216235636
tree3fac2f92a8df69ce9d986740536b47f2160c3b13
parentdc6ff4c0de04e79dd23cf5de27185292224c93e6
lib: use shared candidate between vty and mgmtd client

When the daemon is partially mgmtd-converted, it receives configuration
from vty and mgmtmd simultaneosly. This configuration must be
synchronized.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/mgmt_be_client.c