Skip to content

Commit

Permalink
tests: adjust topotest bgp_l3vpn_to_bgp_direct
Browse files Browse the repository at this point in the history
Adjsut topotest/bgp_l3vpn_to_bgp_direct post the patch that
rejects host routes for the local addresses from BGP peers.

Signed-off-by: Enke Chen <[email protected]>
  • Loading branch information
enkechen-panw committed Feb 2, 2025
1 parent dac13aa commit c3c70d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
luCommand(
"ce1",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 7",
"6 routes and 6",
"wait",
"Local and remote routes",
)
luCommand(
"ce2",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 9",
"6 routes and 8",
"wait",
"Local and remote routes",
)
luCommand(
"ce3",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 7",
"6 routes and 6",
"wait",
"Local and remote routes",
)
Expand Down

0 comments on commit c3c70d9

Please sign in to comment.