From e2a56663c0ec85ca45dce1e590d6fc8168fb7ecc Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Sun, 12 Apr 2020 00:12:19 -0300 Subject: [PATCH] yang: use the correct type for EIGRP neighbors Fixes #6193. Signed-off-by: Renato Westphal --- yang/frr-eigrpd.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5