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

parse et interfaces with speed of 400 GB

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