mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: ethtool: update link speed valid values: add 25G and 50G
Ticket: CM-14122 Reviewed By: Roopa, Daniel W, Nikhil G Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@ -27,7 +27,13 @@ class ethtool(moduleBase,utilsBase):
|
||||
'attrs': {
|
||||
'link-speed' :
|
||||
{'help' : 'set link speed',
|
||||
'validvals' : ['100', '1000', '10000', '40000', '100000'],
|
||||
'validvals' : ['100',
|
||||
'1000',
|
||||
'10000',
|
||||
'25000',
|
||||
'40000',
|
||||
'50000',
|
||||
'100000'],
|
||||
'example' : ['link-speed 1000'],
|
||||
'default' : 'varies by platform and port'},
|
||||
'link-duplex' :
|
||||
|
Reference in New Issue
Block a user