diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-02-05 07:34:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 07:34:38 -0500 |
| commit | cac925f005d090339dcde74e8770e25dcf29d5c9 (patch) | |
| tree | 10af78727db662a75ae938e89642a690d549f4c8 /mgmtd | |
| parent | 71ea80bc473936adac845602051f8f93f8afd0ed (diff) | |
| parent | 633f01911877f0cd3eab6a2f4b562fc4ab026505 (diff) | |
Merge pull request #15291 from idryzhov/mgmtd-yang-embed
lib, mgmtd: fix missing embedded modules
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 \ |
