mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
tests: adjust topotest bgp_l3vpn_to_bgp_direct
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 <enchen@paloaltonetworks.com>
This commit is contained in:
parent
83e4c4517a
commit
29397c078c
|
@ -3,21 +3,21 @@ from lib.lutil import luCommand
|
|||
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",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue