diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-07-30 12:44:13 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-08-03 14:52:45 -0300 | 
| commit | f25c244b7502f2fa61f143b514eef8f6b9e24355 (patch) | |
| tree | 958c2e80d4f37fd8b7de604ed9d3d70e3cae1c25 /yang/subdir.am | |
| parent | 9008789aa429abac9738c4b361f0c5ebf37f2550 (diff) | |
eigrpd: migrate old CLI to northbound
Move all configuration commands to the new CLI code (`eigrp_cli.c`),
implement the northbound and do all the necessary wiring to get it
working.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang/subdir.am')
| -rw-r--r-- | yang/subdir.am | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/yang/subdir.am b/yang/subdir.am index 4b3baeea9d..18d2bf160c 100644 --- a/yang/subdir.am +++ b/yang/subdir.am @@ -28,6 +28,10 @@ if BFDD  dist_yangmodels_DATA += yang/frr-bfdd.yang  endif +if EIGRPD +dist_yangmodels_DATA += yang/frr-eigrpd.yang +endif +  if RIPD  dist_yangmodels_DATA += yang/frr-ripd.yang  endif  | 
