1
0
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:
Julien Fortin
2020-01-27 20:15:49 +01:00
parent a3f9506e37
commit 2771a88e13

View File

@@ -38,7 +38,7 @@ except (ImportError, ModuleNotFoundError):
class ethtool(Addon, moduleBase):
""" ifupdown2 addon module to configure ethtool attributes """
modinfo = {
_modinfo = {
"mhelp": "ethtool configuration module for interfaces",
"attrs": {
"link-speed": {