diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-10-01 17:56:16 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-02-04 14:05:43 -0300 | 
| commit | a513824c343971e51603471948c958430b602371 (patch) | |
| tree | d8eb64068270bcb3cf3b9ae058f847495eb443c9 /lib/subdir.am | |
| parent | 2b3e4807ecf4d2586fe4d651b904967ea8d759c0 (diff) | |
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>
Diffstat (limited to 'lib/subdir.am')
| -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 ffac721256..4f62eb2264 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -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 \  | 
