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

RFE: Support Linux bridge options like stp or vlan filtering #224

Open
RobVerduijn opened this issue May 11, 2020 · 2 comments
Open

RFE: Support Linux bridge options like stp or vlan filtering #224

RobVerduijn opened this issue May 11, 2020 · 2 comments
Labels
enhancement Request for Enhancement help wanted Possible issue for newcomers medium effort estimated to require a medium effort medium impact estimated to make a medium impact

Comments

@RobVerduijn
Copy link

RobVerduijn commented May 11, 2020

Hello,
Currently it is not possible to set bridging options with the network role.

setting options like:

  • bridge.stp no
  • bridge.vlan-default-pvid 100
  • bridge.vlan-filtering yes

which would add the following lines to the network config file (on RHEL/fedora/CentOS)

STP=no
BRIDGING_OPTS="vlan_filtering=1 default_pvid=100"

Rob

@tyll tyll added enhancement Request for Enhancement help wanted Possible issue for newcomers medium effort estimated to require a medium effort medium impact estimated to make a medium impact labels May 12, 2020
@tyll tyll changed the title when using the network role I cannot set bridge options like stp=no RFE: Support Linux bridge options like stp or vlan filtering May 12, 2020
@Precious000
Copy link
Contributor

Hi
I’m an outreachy intern, I’ll like to work on this, kindly assign it to me. Thanks

@jfsoden
Copy link

jfsoden commented Jun 27, 2024

Beside the listed options, it would be nice if setting bridge.ageing-time (BRIDGING_OPTS="ageing_time=0") were supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for Enhancement help wanted Possible issue for newcomers medium effort estimated to require a medium effort medium impact estimated to make a medium impact
Projects
None yet
Development

No branches or pull requests

4 participants