-
Notifications
You must be signed in to change notification settings - Fork 107
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
IPv6 route table - pd-prefix showing "none" #87
Comments
Hello, I think this issue was solved in commit 1f835bb try use current master tree. Anyway, if it isn't solve your problem, let me know. |
Hey @DmitriyEshenko, thanks for answer! I'm updated accel-ppp in the past week. Anyway, i'm clone this repo again (master tree) for disengagement but the problem persists!
I can confirm this issue in Debian 9 Stretch with backports repository kernel (4.19). In 4.9 kernel (in my production server and other server when boot 4.9 kernel), runs OK. |
Hey, regards!
I'm using latest commit (2018-06-28) of accel-ppp on Ubuntu 18.04
When i'm runs accel in hwe (4.18) the route table for PD-Prefix (IPv6) show as "none":
ip -6 route show dev pppoe0
(/64 PREFIX) proto kernel metric 256 pref medium
none (PD /56 PREFIX) via fe80::200:0:0:0 metric 1024 pref medium
fe80::/64 proto kernel metric 256 pref medium
This did not occur when i'm run accel in 4.15 kernel:
(prefix /64) proto kernel metric 256 pref medium
(/56 prefix) via fe80::200:0:0:0 metric 1024 pref medium
fe80::/64 proto kernel metric 256 pref medium
with this I can not send the prefix via ospf. I think this is a bug.
Can solve this?
(Sorry for my poor english!)
The text was updated successfully, but these errors were encountered: