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

revert e3c5de1 #425

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

Conversation

zacknewman
Copy link

Fixes #407.

@zacknewman
Copy link
Author

Alternatively, we can revert the commit just for OpenBSD (i.e., I can remove defined(__FreeBSD__) || in the preprocessor directive).

@perkelix
Copy link
Contributor

I'd just revert the whole change completely. It has broken expected operation on Linux too, as I reported in #392.

@zacknewman
Copy link
Author

I'd just revert the whole change completely. It has broken expected operation on Linux too, as I reported in #392.

That's unrelated. The reverted commit only impacts OpenBSD and FreeBSD as you can see with the preprocessor directive. I don't use FreeBSD, so I can't say for certain the commit is invalid for FreeBSD. I just know it's invalid for OpenBSD. The commit also only impacts IPv6. OpenBSD does not allow IPv6 sharing; thus when a route is attempted to be added for the same interface, it forbids it causing /var/log/daemon to be spammed. Before the problematic commit, dhcpcd only attempted it if it was not an IPv6 route on OpenBSD and FreeBSD.

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.

IPv6 GUA not assigned to CPE interface on boot up
2 participants