diff options
author | Christian Hopps <chopps@labn.net> | 2024-02-24 11:48:40 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2024-03-05 02:00:15 +0100 |
commit | 4caffbda8e6c690dc185b3740b203c2fa54e465e (patch) | |
tree | 860987d6b4ef824ebc626f412dfcb3b20c72789d /mgmtd/mgmt_vty.c | |
parent | lib: add automatic xpath-based completion (diff) | |
download | frr-4caffbda8e6c690dc185b3740b203c2fa54e465e.tar.xz frr-4caffbda8e6c690dc185b3740b203c2fa54e465e.zip |
lib: add keychain northbound support
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_vty.c')
-rw-r--r-- | mgmtd/mgmt_vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mgmtd/mgmt_vty.c b/mgmtd/mgmt_vty.c index 12ea62ece..0e5c06bf8 100644 --- a/mgmtd/mgmt_vty.c +++ b/mgmtd/mgmt_vty.c @@ -12,6 +12,7 @@ #include "command.h" #include "filter.h" #include "json.h" +#include "keychain.h" #include "network.h" #include "northbound_cli.h" #include "routemap.h" @@ -600,6 +601,7 @@ void mgmt_vty_init(void) filter_cli_init(); route_map_cli_init(); affinity_map_init(); + keychain_cli_init(); /* * Initialize command handling from VTYSH connection. |