Skip to content
Snippets Groups Projects

parse et interfaces with speed of 400 GB

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading