-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Interfaces shows wrong wlan0 state #2334
Comments
What is the
? Feel free to replace MAC/IP address information with, e.g., |
|
I think this line should check for |
I belive there is a little bit more to do because interface.carrier is a boolean (true/false) while interface.state is a string ("up"/"down") |
Please try again on branch
|
wlan0 is marked correcly as 'down' now - in green (docker0 is marked as 'down' in red). Vice versa would be better IMHO but this is a design thing and up to you. |
|
Full Ack
This is a miracle on my server because I have a lot of container up and running but
|
The |
I know this known behavior and on my server most of the container - but not all container - using a custom network maintained from the traefik instance. One is working in host mode (dlna) and one is working on the default bridge (docker0). But honestly it is working so I would not claim about docker0 as marked 'down'. And it is not a fault of pihole so who cares, I don't. |
I will mark this issue as "fixed in next release" as we have a few changes in |
Versions
Platform
Expected behavior
State of wlan0 should be shown as down but is shown as up
Actual behavior / bug
instead of
Steps to reproduce
Steps to reproduce the behavior:
ip addr show wlan0
The text was updated successfully, but these errors were encountered: