Skip to content
Snippets Groups Projects
Commit 3ee49108 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

`validate_router` - change in P-BGP verb

Using `add_pe_to_p` will check that all PE neighbors are present in the
list of BGP neighbors in P-ONLY group.
`verify_p_ibgp` had a custom template to regenerate the entire BGP
config on a P router - this is legacy.
parent 5d124928
No related branches found
No related tags found
No related merge requests found
Pipeline #90544 failed
......@@ -59,7 +59,7 @@ def verify_p_ibgp(subscription: dict[str, Any]) -> LSOState:
"dry_run": True,
"subscription": subscription,
"pe_router_list": generate_inventory_for_active_routers(RouterRole.PE)["all"]["hosts"],
"verb": "verify_p_ibgp",
"verb": "add_pe_to_p",
"is_verification_workflow": "true",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment