1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

fix _IfconfigParser name

This commit is contained in:
Kelly Brazil
2021-04-17 17:22:30 -07:00
parent 7581c8d0f4
commit b1fc453383
+1 -1
View File
@@ -264,7 +264,7 @@ class _IfconfigParser(object):
:return:
"""
for attr in kwargs.keys():
if attr not in IfconfigParser.attributes:
if attr not in _IfconfigParser.attributes:
raise ValueError("Attribute [{}] not supported.".format(attr))
filtered_interfaces = []