mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
prefix ethtool attributes with "link-" to be compatible with
native ifupdown + documentation fixes Ticket: CM-3000 Reviewed By: trivial + doc related Testing Done: Ran precommit
This commit is contained in:
@ -483,7 +483,7 @@ class ifupdownMain(ifupdownBase):
|
||||
|
||||
validrange = attrvaldict.get('validrange')
|
||||
if validrange:
|
||||
print('%svalidrange: %d-%d'
|
||||
print('%svalidrange: %s-%s'
|
||||
%(indent + ' ', validrange[0], validrange[1]))
|
||||
|
||||
validvals = attrvaldict.get('validvals')
|
||||
|
Reference in New Issue
Block a user