topotests: update bgp_vrf_leaking_5549_routes

Before the patch-set, ce1 was sending an IPv6 Link-local as global and
link-local nexthop to pe1.

Set bgp_vrf_leaking_5549_routes in accordance with the previous fixes.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
Louis Scalbert 2024-03-30 11:32:32 +01:00
parent 5dd731af84
commit f1b8364ab3
2 changed files with 8 additions and 6 deletions

View File

@ -15,15 +15,16 @@
"origin": "incomplete",
"nexthops": [
{
"ip": "::ffff:c000:202",
"hostname": "ce1",
"afi": "ipv6",
"scope": "global",
"used": true
"scope": "global"
},
{
"hostname": "ce1",
"afi": "ipv6",
"scope": "link-local"
"scope": "link-local",
"used": true
}
]
}

View File

@ -17,15 +17,16 @@
"nhVrfName": "vrf10",
"nexthops": [
{
"ip": "::ffff:c000:202",
"hostname": "pe1",
"afi": "ipv6",
"scope": "global",
"used": true
"scope": "global"
},
{
"hostname": "pe1",
"afi": "ipv6",
"scope": "link-local"
"scope": "link-local",
"used": true
}
]
}