diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-01-29 18:38:03 +0100 |
---|---|---|
committer | Santosh P K <sapk@vmware.com> | 2020-04-16 17:09:11 +0200 |
commit | e7ecd0a657d74b7fdf7a0d88208810a19b3f3c5a (patch) | |
tree | 29ed4b1c40e95096ff54f98815ed250aa68af258 /lib | |
parent | yang: zebra rib operational model (diff) | |
download | frr-e7ecd0a657d74b7fdf7a0d88208810a19b3f3c5a.tar.xz frr-e7ecd0a657d74b7fdf7a0d88208810a19b3f3c5a.zip |
*: frr nexthop yang in makefile
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 56d11c585..5704a755d 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -114,6 +114,7 @@ nodist_lib_libfrr_la_SOURCES = \ yang/frr-routing.yang.c \ yang/ietf/ietf-routing-types.yang.c \ yang/frr-module-translator.yang.c \ + yang/frr-nexthop.yang.c \ # end vtysh_scan += \ |