Skip to content
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

network module only shown ipv6 address #3956

Open
Promix953 opened this issue Feb 24, 2025 · 13 comments · May be fixed by #3959
Open

network module only shown ipv6 address #3956

Promix953 opened this issue Feb 24, 2025 · 13 comments · May be fixed by #3959

Comments

@Promix953
Copy link

#3809
Even after setting family to ipv4

@voiceroy
Copy link

I can reproduce the issue

@voiceroy voiceroy linked a pull request Feb 26, 2025 that will close this issue
@sepastian
Copy link

Same for me.

I think this happened after updating 0.11.0-3+b1 to 0.12.0-1.

$ uname -a
Linux sebastian-t480s 6.12.12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1 (2025-02-02) x86_64 GNU/Linux

$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

@sepastian
Copy link

It seems that this commit has removed support for the family parameter completely:

Why?!

@sepastian
Copy link

@gustafullberg maybe?

@david-0609
Copy link

Reproducible with waybar 0.12.0 on Tumbleweed

@carlo711
Copy link

carlo711 commented Mar 2, 2025

same for me on debian and waybar 0.12.0

@sepastian
Copy link

sepastian commented Mar 3, 2025

As it appears, your commit seems to be breaking support for ipv4 addresses in waybar @gustafullberg.

Could you please undo it?

Why did you remove support for ipv4 in the first place?

@gustafullberg
Copy link
Contributor

Seems like there is an issue with interfaces having both ipv4 and ipv6 addresses. We should probably add the option config["family"] back to let people limit to only ipv4 or ipv6.

@MRSS02
Copy link

MRSS02 commented Mar 4, 2025

I am also having this issue.

@aqxa1
Copy link

aqxa1 commented Mar 7, 2025

Would also be nice to control which ipv6 address is displayed, although perhaps not trivial.

It's currently showing a SLAAC address, but there's also a shorter dhcpv6 address that I would prefer to use instead.

@Ashk3000
Copy link

Ashk3000 commented Mar 8, 2025

When will this be fixed? The family option is mentioned in documentation and its very confusing and misleading

@ktech0
Copy link

ktech0 commented Mar 24, 2025

same issuue after rename net card interface

@ridicolos
Copy link

could there also be an option do display both? To have ipv4 and ipv6 as separate variables? So you could configure a tooltip that shows you both addresses (when available)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.