diff options
author | Christian Hopps <chopps@labn.net> | 2024-01-26 23:40:55 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2024-01-26 23:40:55 +0100 |
commit | e6eec072abd7088c09a23d0328ac9bc9fd00ad7e (patch) | |
tree | 99db60967b6c49482759f6a13548bc50127144f1 /mgmtd/subdir.am | |
parent | Merge pull request #15220 from LabNConsulting/chopps/ripd-convert (diff) | |
download | frr-e6eec072abd7088c09a23d0328ac9bc9fd00ad7e.tar.xz frr-e6eec072abd7088c09a23d0328ac9bc9fd00ad7e.zip |
ripngd: convert ripngd to mgmtd
- a couple small fixes for ripd conversion as well.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/subdir.am')
-rw-r--r-- | mgmtd/subdir.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index 244710d73..3d1dafabd 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -74,6 +74,15 @@ mgmtd_libmgmt_be_nb_la_SOURCES += \ # end endif +if RIPNGD +nodist_mgmtd_mgmtd_SOURCES += \ + yang/frr-ripngd.yang.c \ + # end +mgmtd_libmgmt_be_nb_la_SOURCES += \ + ripngd/ripng_cli.c \ + # end +endif + if STATICD nodist_mgmtd_mgmtd_SOURCES += \ yang/frr-staticd.yang.c \ |