summaryrefslogtreecommitdiff
path: root/yang/frr-eigrpd.yang
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-04-12 00:12:19 -0300
committerRenato Westphal <renato@opensourcerouting.org>2020-04-12 00:12:54 -0300
commite2a56663c0ec85ca45dce1e590d6fc8168fb7ecc (patch)
tree4e4eed714113b67ce4bca1a5b56e8159eabc70f7 /yang/frr-eigrpd.yang
parent66c79a36ea7e10d523bf070f2ee299e9eae805c7 (diff)
yang: use the correct type for EIGRP neighbors
Fixes #6193. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'yang/frr-eigrpd.yang')
-rw-r--r--yang/frr-eigrpd.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-eigrpd.yang b/yang/frr-eigrpd.yang
index e02f888b0e..092b714045 100644
--- a/yang/frr-eigrpd.yang
+++ b/yang/frr-eigrpd.yang
@@ -191,7 +191,7 @@ module frr-eigrpd {
leaf-list neighbor {
description "Specific EIGRP neighbor";
- type inet:ipv4-prefix;
+ type inet:ipv4-address;
}
list redistribute {