yang: use the correct type for EIGRP neighbors

Fixes #6193.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2020-04-12 00:12:19 -03:00
parent 66c79a36ea
commit e2a56663c0

View 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 {