-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downed interfaces still appear in ifcfg #65
Comments
What do you see if you just run |
If i run In the results returned by |
The somewhat strange implementation is in python-ifcfg/src/ifcfg/__init__.py Lines 23 to 30 in 0f26702
|
When i launch a command like :
sudo ifconfig eth0 down
and after I run ifcfg.interfaces() in a new python interpreter the eth0 interface still appears. Is it an expected behavior ?
The text was updated successfully, but these errors were encountered: