Skip to content

Fix private In6AddrGenMode #172

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

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

Conversation

Toorero
Copy link
Contributor

@Toorero Toorero commented Aug 8, 2025

This is related to #149. I forgot to include In6AddrGenMode in the pub use of the mod.rs of the link module.

Signed-off-by: Julius Rüberg <[email protected]>
@Toorero
Copy link
Contributor Author

Toorero commented Aug 8, 2025

I'm not sure how relaxed you are in terms of commit history rewrites. If you are you could just squash commits 5f441ac and 7daf895.

Just do:

git checkout main
git pull
git rebase -i 7daf895~1                # change pick of 7daf895 to edit
git cherry-pick --no-commit fix/addr_gen_mode_enum
git commit --amend --no-edit
git push --force                       # could lead to commit loss if commits arive at Github after initial pull

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