diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-03 22:29:40 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-04 22:27:28 +0200 |
| commit | 633f01911877f0cd3eab6a2f4b562fc4ab026505 (patch) | |
| tree | 8b501740bff0eb2b0b6b37b74a993b306ea05674 /mgmtd | |
| parent | 066bb6dc2d1e3fe283aa33d26da2472cc72b243c (diff) | |
mgmtd: embed frr-zebra-route-map module
All used modules should be embedded to ensure work on all operating
systems.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'mgmtd')
| -rw-r--r-- | mgmtd/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index 0af64dc0be..3eaa9567ab 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -61,6 +61,7 @@ mgmtd_mgmtd_SOURCES = \ # end nodist_mgmtd_mgmtd_SOURCES = \ yang/frr-zebra.yang.c \ + yang/frr-zebra-route-map.yang.c \ yang/ietf/ietf-netconf-acm.yang.c \ yang/ietf/ietf-netconf.yang.c \ yang/ietf/ietf-netconf-with-defaults.yang.c \ |
