1
0
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:
Roopa Prabhu
2014-06-12 06:27:29 -07:00
parent 068a729037
commit 1b0b81a23f
6 changed files with 48 additions and 27 deletions

View File

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