network icon indicating copy to clipboard operation
network copied to clipboard

RFE: Support Linux bridge options like stp or vlan filtering

Open RobVerduijn opened this issue 5 years ago • 2 comments

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

RobVerduijn avatar May 11 '20 13:05 RobVerduijn

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

Precious000 avatar Mar 10 '24 22:03 Precious000