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 /ospfd | |
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 'ospfd')
-rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 6a4a9a148..abad6c5b9 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -134,6 +134,8 @@ static const struct frr_yang_module_info *const ospfd_yang_modules[] = { &frr_route_map_info, &frr_vrf_info, &frr_ospf_route_map_info, + &ietf_key_chain_info, + &ietf_key_chain_deviation_info, }; /* actual paths filled in main() */ |