mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
yang/lib: add filter model to code
This fixes a warning on daemons that use route map about filter yang model not being included in the binary. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
2b3e4807ec
commit
a513824c34
@ -106,6 +106,7 @@ lib_libfrr_la_SOURCES = \
|
||||
# end
|
||||
|
||||
nodist_lib_libfrr_la_SOURCES = \
|
||||
yang/frr-filter.yang.c \
|
||||
yang/frr-interface.yang.c \
|
||||
yang/frr-route-map.yang.c \
|
||||
yang/frr-route-types.yang.c \
|
||||
|
@ -19,6 +19,7 @@ EXTRA_DIST += yang/embedmodel.py
|
||||
# global symbols :(. Just put it in the daemon. Dynamic libraries.so work
|
||||
# without problems, as seen in libfrr.
|
||||
|
||||
dist_yangmodels_DATA += yang/frr-filter.yang
|
||||
dist_yangmodels_DATA += yang/frr-module-translator.yang
|
||||
dist_yangmodels_DATA += yang/frr-test-module.yang
|
||||
dist_yangmodels_DATA += yang/frr-interface.yang
|
||||
|
Loading…
Reference in New Issue
Block a user