1
0
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:
Julien Fortin
2017-01-04 19:28:29 +03:00
parent 0b1bea5bb3
commit a4cf844858

View File

@ -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' :