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(net): klibc ipconfig PROTO compatibility #5437

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

alexsander-souza
Copy link
Contributor

klibc's ipconfig format [1] states that PROTO values 'none', 'off', 'static' and blank all mean no autoconfiguration, but cloud-init parser is too strict and accepts only the first.

LP: #2065787

[1] https://git.kernel.org/pub/scm/libs/klibc/klibc.git/plain/usr/kinit/ipconfig/README.ipconfig

klibc's ipconfig format [1] states that PROTO values 'none', 'off',
'static' and blank all mean no autoconfiguration, but cloud-init parser
is too strict and accepts only the first.

Fixes LP#2065787

[1] https://git.kernel.org/pub/scm/libs/klibc/klibc.git/plain/usr/kinit/ipconfig/README.ipconfig
@alexsander-souza
Copy link
Contributor Author

do I need to sign the CLA even if I'm a member of the @canonical org?

@a-dubs a-dubs added the CLA not signed The submitter of the PR has not (yet) signed the CLA label Jun 24, 2024
@a-dubs
Copy link
Collaborator

a-dubs commented Jun 24, 2024

Thank you for contributing! And yes, you still need to sign the CLA.

@alexsander-souza
Copy link
Contributor Author

ok, I signed the CLA

@holmanb holmanb added CLA signed The submitter of the PR has signed the CLA and removed CLA not signed The submitter of the PR has not (yet) signed the CLA labels Jun 27, 2024
Copy link
Member

@holmanb holmanb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alexsander-souza for contributing this fix!

@holmanb holmanb merged commit 2c09f69 into canonical:main Jun 27, 2024
23 checks passed
holmanb pushed a commit that referenced this pull request Jun 28, 2024
klibc's ipconfig format [1] states that PROTO values 'none', 'off',
'static' and blank all mean no autoconfiguration, but cloud-init parser
is too strict and accepts only the first.

LP: #2065787

[1] https://git.kernel.org/pub/scm/libs/klibc/klibc.git/plain/usr/kinit/ipconfig/README.ipconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed The submitter of the PR has signed the CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants