Skip to content
Snippets Groups Projects
Commit 083e1fec authored by JORGE SASIAIN's avatar JORGE SASIAIN
Browse files

NAT-315: rebase with develop

parent 0cb0114b
No related branches found
No related tags found
1 merge request!108NAT-315: Restore ISIS should be optional in migrate iptrunk
Pipeline #84558 failed
...@@ -578,6 +578,8 @@ def migrate_iptrunk() -> StepList: ...@@ -578,6 +578,8 @@ def migrate_iptrunk() -> StepList:
TODO: add interface checks TODO: add interface checks
""" """
should_restore_isis_metric = conditional(lambda state: state["restore_isis_metric"])
return ( return (
init init
>> store_process_subscription(Target.MODIFY) >> store_process_subscription(Target.MODIFY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment