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

create bridge on-demand #84

Closed
hellt opened this issue Oct 7, 2020 · 4 comments
Closed

create bridge on-demand #84

hellt opened this issue Oct 7, 2020 · 4 comments

Comments

@hellt
Copy link
Member

hellt commented Oct 7, 2020

When link' kind is set to bridge and the bridge does not exist - create the bridge automatically with the tcp offload set to off and default MTU set to 9212

@karimra
Copy link
Member

karimra commented Oct 7, 2020

This complicates a few things like deleting the bridge or not on destroy.
The bridge idea is meant to be used to connect different fabrics together, so it can belong to multiple fabrics.

So a few decisions need be made when implementing this:

  • delete the bridge or just the iterface on destroy, can be controlled via a flag
  • add a few config options under a bridge dut like mtu or rely on default values... Might be incompatible when the bridge is used by multiple fabrics.

@hellt
Copy link
Member Author

hellt commented Oct 7, 2020 via email

@karimra
Copy link
Member

karimra commented Oct 8, 2020

In this case we need to make sure that changes like mtu and offloading are not applied to already existing bridges

@hellt
Copy link
Member Author

hellt commented Jan 26, 2025

Dup of #2267

@hellt hellt closed this as completed Jan 26, 2025
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

No branches or pull requests

2 participants