Skip to content

Commit dff6b45

Browse files
committed
flipping route snapshot to False until upgrade assurance supports both routing engines
1 parent 572e419 commit dff6b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pan_os_upgrade/components/assurance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class AssuranceOptions:
176176
"description": "Network Interfaces",
177177
},
178178
"routes": {
179-
"enabled_by_default": True,
179+
"enabled_by_default": False,
180180
"description": "Route Table",
181181
},
182182
"session_stats": {

0 commit comments

Comments
 (0)