Skip to content
Snippets Groups Projects
Commit 17788819 authored by Sam Roberts's avatar Sam Roberts
Browse files

Merge branch 'feature/POL1-690-workaround-set-port-speeds-400G-for-et-interfaces' into 'develop'

parse et interfaces with speed of 400 GB

See merge request !8
parents d2695398 e54e447f
No related branches found
No related tags found
1 merge request!8parse et interfaces with speed of 400 GB
......@@ -853,7 +853,7 @@ def interface_speed(ifc):
if ifc_name.startswith('xe'):
return 10 * Gb
if ifc_name.startswith('et'):
return 100 * Gb
return 400 * Gb
logger.warning(f'unrecognized interface name: {ifc_name}')
return -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment