mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
fix _IfconfigParser name
This commit is contained in:
@ -264,7 +264,7 @@ class _IfconfigParser(object):
|
|||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
for attr in kwargs.keys():
|
for attr in kwargs.keys():
|
||||||
if attr not in IfconfigParser.attributes:
|
if attr not in _IfconfigParser.attributes:
|
||||||
raise ValueError("Attribute [{}] not supported.".format(attr))
|
raise ValueError("Attribute [{}] not supported.".format(attr))
|
||||||
|
|
||||||
filtered_interfaces = []
|
filtered_interfaces = []
|
||||||
|
Reference in New Issue
Block a user