You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when polling interfaces via ifcfg:
Traceback (most recent call last):
. . .
File "/usr/local/lib/python3.8/dist-packages/ifcfg/__init__.py", line 70, in interfaces
return Parser(ifconfig=ifconfig).interfaces
File "/usr/local/lib/python3.8/dist-packages/ifcfg/parser.py", line 34, in __init__
self.parse(self.ifconfig_data)
File "/usr/local/lib/python3.8/dist-packages/ifcfg/parser.py", line 91, in parse
raise RuntimeError(
RuntimeError: Tried to add ether=02:42:8d:9b:07:ec multiple times to docker0, it was already: 02:42:39:b2:29:bb
This may be related to issues #34 and #59 as it appears to be complaining about docker0's gateway:
I'm getting the following error when polling interfaces via
ifcfg
:This may be related to issues #34 and #59 as it appears to be complaining about
docker0
's gateway:How to proceed?
The text was updated successfully, but these errors were encountered: