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

Fix for crach when there is an uneven number of attributes in route list #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AngelFreak
Copy link

When ip -4 route has a uneven number of of attributes it fails on getting routes.

Example:
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown

"linkdown" is the issue here.

This broke the static option for me:
static:
interface: eth0
addr: 192.168.0.42/24
gateway: 192.168.0.1
routes:
- default

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 this pull request may close these issues.

1 participant