]> git.puffer.fish Git - matthieu/frr.git/commitdiff
yang: use the correct type for EIGRP neighbors
authorRenato Westphal <renato@opensourcerouting.org>
Sun, 12 Apr 2020 03:12:19 +0000 (00:12 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sun, 12 Apr 2020 03:12:54 +0000 (00:12 -0300)
Fixes #6193.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
yang/frr-eigrpd.yang

index e02f888b0eed7a26b691b73ad584d560f5017eb2..092b7140450964e9a9f015876b46340c0de0b59b 100644 (file)
@@ -191,7 +191,7 @@ module frr-eigrpd {
 
       leaf-list neighbor {
         description "Specific EIGRP neighbor";
-        type inet:ipv4-prefix;
+        type inet:ipv4-address;
       }
 
       list redistribute {