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

IPv6 route table - pd-prefix showing "none" #87

Closed
rodsmar opened this issue Jul 7, 2019 · 3 comments · Fixed by #89
Closed

IPv6 route table - pd-prefix showing "none" #87

rodsmar opened this issue Jul 7, 2019 · 3 comments · Fixed by #89

Comments

@rodsmar
Copy link

rodsmar commented Jul 7, 2019

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!)

@DmitriyEshenko
Copy link
Contributor

DmitriyEshenko commented Jul 7, 2019

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.

@rodsmar
Copy link
Author

rodsmar commented Jul 8, 2019

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!

ip -6 route show dev pppoe0
IP-TUNNEL::/64 proto kernel metric 256 pref medium
none IP-PREFIX:/56 via fe80::200:0:0:0 metric 1024 pref medium
fe80::/64 proto kernel metric 256 pref medium

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.

@rodsmar
Copy link
Author

rodsmar commented Jul 13, 2019

Confirmed: Applying #89 patch fix this issue! Many thanks, @themiron !

@xebd xebd closed this as completed in #89 Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants