mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
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:
parent
5dd731af84
commit
f1b8364ab3
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user