-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
flannel crash when using a ppp0 modem interface #1454
Comments
The proposed solution vishvananda/netlink#665 does address the immediate panic but it was later discovered that lacking an
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected Behavior
When having a
ppp0
modem interface on my Linux systemflannel
should not crash when parsing address on startup.Current Behavior
When starting flannel if a
ppp0
modem interface exists in my Linux system,flannel
crashes with the following panic when parsing addresses:Possible Solution
vishvananda/netlink#665
Steps to Reproduce (for bugs)
ppp0
device.)flannel
(potentially through a service such ask3s
)Context
ppp
device and need to be able to runk3s
on that system.wwan0
devices using theqmi_wwan
driver (or equivalent)k3s
(see: K3s fails to start with a flannel crash when using a ppp0 modem interface. k3s-io/k3s#3512)vishvananda/netlink
(see: ppp0 modem interface causes parseAddr panic vishvananda/netlink#664)kubernetes
(see: kubernetes fails to start with a flannel crash when using a ppp0 modem interface kubernetes/kubernetes#103280)Your Environment
flannel
version withink3s
version: v1.20.2+k3s1 (1d4adb0)vxlan
k3s
version: v1.20.2+k3s1 (1d4adb0)The text was updated successfully, but these errors were encountered: