mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 02:31:16 +00:00
yang: use the correct type for EIGRP neighbors
Fixes #6193. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
66c79a36ea
commit
e2a56663c0
@ -191,7 +191,7 @@ module frr-eigrpd {
|
|||||||
|
|
||||||
leaf-list neighbor {
|
leaf-list neighbor {
|
||||||
description "Specific EIGRP neighbor";
|
description "Specific EIGRP neighbor";
|
||||||
type inet:ipv4-prefix;
|
type inet:ipv4-address;
|
||||||
}
|
}
|
||||||
|
|
||||||
list redistribute {
|
list redistribute {
|
||||||
|
Loading…
Reference in New Issue
Block a user