Skip to content

Commit

Permalink
topotests: update bgp_vrf_leaking_5549_routes
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
louis-6wind committed Apr 8, 2024
1 parent c32386d commit b368471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down

0 comments on commit b368471

Please sign in to comment.