summaryrefslogtreecommitdiff
path: root/yang/subdir.am
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2019-07-30 12:44:13 -0300
committerRafael Zalamena <rzalamena@opensourcerouting.org>2019-08-03 14:52:45 -0300
commitf25c244b7502f2fa61f143b514eef8f6b9e24355 (patch)
tree958c2e80d4f37fd8b7de604ed9d3d70e3cae1c25 /yang/subdir.am
parent9008789aa429abac9738c4b361f0c5ebf37f2550 (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.am4
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