feat: add default support for MTU auto-detection in Debian 12 enX interfaces#10148
feat: add default support for MTU auto-detection in Debian 12 enX interfaces#10148joseluisgonzalezca wants to merge 4 commits intoprojectcalico:masterfrom
Conversation
|
@joseluisgonzalezca thanks for the PR! This LGTM, but you'll need to sign the CLA to make the bot happy. |
|
Sorry about that. Though I have signed it. Now it should be done. |
|
/sem-approve |
|
@joseluisgonzalezca could you run |
|
This PR is stale because it has been open for 60 days with no activity. |
|
Hello, I faced this exact issue today while running microk8s with calico on top of XCP-ng, and was going to report in issue and start a PR. But maybe this one could be enough. Do you think I can help to see it merged? I certainly do not have the permission to write to the branch |
Description
With Debian 12 release, interfaces were renamed to enX. Current regular expression is not able to match those interfaces unless it's explicitly modified in the configuration parameters. This warning is shown in Calico in that case:
With this PR, we are able to provide native support for this kind of interfaces without any changes in configuration parameters.
Related issues/PRs
No related issues
Todos
Release Note
Reminder for the reviewer
Make sure that this PR has the correct labels and milestone set.
Every PR needs one
docs-*label.docs-pr-required: This change requires a change to the documentation that has not been completed yet.docs-completed: This change has all necessary documentation completed.docs-not-required: This change has no user-facing impact and requires no docs.Every PR needs one
release-note-*label.release-note-required: This PR has user-facing changes. Most PRs should have this label.release-note-not-required: This PR has no user-facing changes.Other optional labels:
cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.