-
Notifications
You must be signed in to change notification settings - Fork 110
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
Base6Interface ppp0 and prefix ::/64 #134
Comments
Ok, I found when this message was introduced (by commit 0d891e8) and why and I remember I reported (but don't remember when and for what project) about If I'm right that P.S. I'm thinking of writing small script to get IPv6 /64 from |
Hello, Now what bothers me is that
? P.S. I did tests on my Archlinux x86_64 system with 5.9.13 kernel, I don't know if |
I run |
@vp1981: What is the situation in 2024? |
Hello. |
Hello,
my Internet provider gives me IPv6 /48 (/64) and I tried to provide IPv6 addresses to my LAN using radvd. I use the following code:
If I understand
radvd.conf(5)
correctly, with::/64
radvd
should pick up address fromppp0
device and advertise /64 to LAN butradvd
reports error:Do I do something wrong or it is expected behaviour?
P.S.
radvd.conf(5)
says that::/64
is supported only ifgetifaddrs
works but I don't know if it should work withppp
.The text was updated successfully, but these errors were encountered: