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

Set explicit MTU on dummy/bridge lab network connections #150

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

Conversation

oneswig
Copy link
Member

@oneswig oneswig commented Dec 1, 2023

This resolves the issue where on NetworkManager systems (RL9) the seed hypervisor host configure fails on a check on braio MTU. The issue appears to be that a pre-existing braio is created by configure-local-networking.sh that has incorrect MTU assignment. The configuration applied by MichaelRigart.interfaces creates a second configuration set for braio, but the existing configuration takes precedence.

It may be better to use nmcli to create the braio and dummy1 interfaces in the first place.

This resolves the issue where on NetworkManager systems (RL9) the
seed hypervisor host configure fails on a check on braio MTU.  The
issue appears to be that a pre-existing braio is created by
configure-local-networking.sh that has incorrect MTU assignment.
The configuration applied by MichaelRigart.interfaces creates a
second configuration set for braio, but the existing configuration
takes precedence.

It may be better to use nmcli to create the braio and dummy1
interfaces in the first place.
@oneswig oneswig requested review from priteau and scrungus December 1, 2023 16:31
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