Skip to content

Commit

Permalink
*: add ietf routing types yang module in makefile
Browse files Browse the repository at this point in the history
Adding ietf routing types yang module to makefile

lib: Adding this yang module to common place
so it can be accessed from all frr modules.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
  • Loading branch information
chiragshah6 committed Oct 9, 2019
1 parent 4b5cb97 commit e6a0538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/subdir.am
Expand Up @@ -104,6 +104,7 @@ lib_libfrr_la_SOURCES = \
nodist_lib_libfrr_la_SOURCES = \
yang/frr-interface.yang.c \
yang/frr-route-types.yang.c \
yang/ietf/ietf-routing-types.yang.c \
yang/frr-module-translator.yang.c \
# end

Expand Down
1 change: 1 addition & 0 deletions yang/subdir.am
Expand Up @@ -23,6 +23,7 @@ dist_yangmodels_DATA += yang/frr-module-translator.yang
dist_yangmodels_DATA += yang/frr-test-module.yang
dist_yangmodels_DATA += yang/frr-interface.yang
dist_yangmodels_DATA += yang/frr-route-types.yang
dist_yangmodels_DATA += yang/ietf/ietf-routing-types.yang

if BFDD
dist_yangmodels_DATA += yang/frr-bfdd.yang
Expand Down

0 comments on commit e6a0538

Please sign in to comment.