mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-18 16:53:56 +00:00
tests: Set scope to be link-local and not global for NH
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
6f42b09757
commit
3d15f24a79
@ -90,7 +90,7 @@ def test_bgp_ipv6_link_local_capability():
|
|||||||
{
|
{
|
||||||
"hostname": "r1",
|
"hostname": "r1",
|
||||||
"afi": "ipv6",
|
"afi": "ipv6",
|
||||||
"scope": "global",
|
"scope": "link-local",
|
||||||
"length": 16,
|
"length": 16,
|
||||||
"accessible": True,
|
"accessible": True,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user