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:
Donatas Abraitis 2025-02-11 20:41:14 +02:00
parent 6f42b09757
commit 3d15f24a79

View File

@ -90,7 +90,7 @@ def test_bgp_ipv6_link_local_capability():
{
"hostname": "r1",
"afi": "ipv6",
"scope": "global",
"scope": "link-local",
"length": 16,
"accessible": True,
}