mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: ethtool: fix: _modinfo dictionary got renamed to modinfo in a merge
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -38,7 +38,7 @@ except (ImportError, ModuleNotFoundError):
|
|||||||
class ethtool(Addon, moduleBase):
|
class ethtool(Addon, moduleBase):
|
||||||
""" ifupdown2 addon module to configure ethtool attributes """
|
""" ifupdown2 addon module to configure ethtool attributes """
|
||||||
|
|
||||||
modinfo = {
|
_modinfo = {
|
||||||
"mhelp": "ethtool configuration module for interfaces",
|
"mhelp": "ethtool configuration module for interfaces",
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"link-speed": {
|
"link-speed": {
|
||||||
|
Reference in New Issue
Block a user