diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-04-12 00:12:19 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-04-12 00:12:54 -0300 |
| commit | e2a56663c0ec85ca45dce1e590d6fc8168fb7ecc (patch) | |
| tree | 4e4eed714113b67ce4bca1a5b56e8159eabc70f7 | |
| parent | 66c79a36ea7e10d523bf070f2ee299e9eae805c7 (diff) | |
yang: use the correct type for EIGRP neighbors
Fixes #6193.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
| -rw-r--r-- | yang/frr-eigrpd.yang | 2 |
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 { |
