diff options
| author | vdhingra <vdhingra@vmware.com> | 2019-12-10 21:57:37 -0800 | 
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-04-16 07:55:53 -0700 | 
| commit | 8b04316627bfca2651611d5d0f4fbd88993801cc (patch) | |
| tree | 45a9f33d215590bf36e2cbb04161a2e7e4574f3a /lib/subdir.am | |
| parent | 56822e76fdf5d1afff6e8fb1a7eba2f69d73ef11 (diff) | |
lib: yang defination for basic frr-routing
Yang files for basic frr-routing used by other
daemons like staticd and pim
Co-authored-by: Santosh P K <sapk@vmware.com>
Co-authored-by: vishaldhingra <vdhingra@vmware.com>
Signed-off-by: vishaldhingra <vdhingra@vmware.com>
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 23aa637268..56d11c5852 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -111,6 +111,7 @@ nodist_lib_libfrr_la_SOURCES = \  	yang/frr-route-map.yang.c \  	yang/frr-route-types.yang.c \  	yang/frr-vrf.yang.c \ +	yang/frr-routing.yang.c \  	yang/ietf/ietf-routing-types.yang.c \  	yang/frr-module-translator.yang.c \  	# end  | 
